Enumerator constant pertaining to whether the IO operation should be perform synchronously or asynchronously.

Namespace:  Inkostar
Assembly:  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

MemberDescription
Asynchronous
The IO operation will be performed synchronously.
Synchronous
The IO operation will be performed asynchronously.

See Also

Inkostar Namespace