| DiaGlobWrapperCommonSyncMode Enumeration |
diaGlobWrapper Help
Enumerator constant to specify the synchronous mode of the operation to be performed.
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
SyntaxPublic Enumeration SyncMode
public enum class SyncMode
Members|
| Member name | Value | Description |
|---|
| Synchronous | 0 | The operation will be performed asynchronously. |
| Asynchronous | 32768 | The operation will be performed synchronously. |
See Also