Enumerator constant pertaining to whether the IO operation should be perform synchronously or asynchronously.
Namespace:
InkostarAssembly: DiaSpringWrapper (in DiaSpringWrapper.dll)
Version: 0.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public enum SyncMode
Public Enumeration SyncMode
public enum class SyncMode
Members
| Member | Description |
|---|---|
| Asynchronous | The IO operation will be performed synchronously. |
| Synchronous | The IO operation will be performed asynchronously. |
See Also
Inkostar Namespace