Skip to content

AOBScanMode ​

Defines the scan mode for AOB scanning.

Kind: Enum

Namespace: ConnectorLib

Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable

Public Attributes

AOBScanMode

Synchronous

The scan will be performed synchronously, meaning the scan will block until it is complete.

AOBScanMode

Asynchronous

The scan will be performed asynchronously, meaning the scan will not block and will return a task that can be awaited.

Enums

AOBScanMode

[Synchronous = 0, Asynchronous = 1]

Defines the scan mode for AOB scanning.