Click or drag to resize
DiaGlobWrapperCommonSyncMode Enumeration
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
public enum SyncMode
Members
  Member nameValueDescription
Synchronous0The operation will be performed asynchronously.
Asynchronous32768The operation will be performed synchronously.
See Also