diaGlobWrapper Help
Enumerator constant to specify the synchronous mode of the operation to be performed.

Namespace:  Inkostar
Assembly:  DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0

Syntax

C#
public enum SyncMode
Visual Basic (Declaration)
Public Enumeration SyncMode
Visual C++
public enum class SyncMode

Members

Member nameDescription
Asynchronous
The operation will be performed synchronously.
Synchronous
The operation will be performed asynchronously.

See Also