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