diaGlobWrapper Help
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Enumerator constant to specify the synchronous mode of the operation to be performed.
Namespace:
InkostarAssembly: 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 name | Description | |
|---|---|---|
| Asynchronous | The operation will be performed synchronously. | |
| Synchronous | The operation will be performed asynchronously. |