SyncObjTypes
- Updated2025-07-21
- 1 minute(s) read
SyncObjTypes
Use these constants to specify the syncObjectType parameter of the SyncManager.GetSyncObject method. The syncObjectType parameter specifies the type of Synchronization object to return.
- SyncObjType_Batch –(Value: 6) Specifies a Batch Synchronization object.
- SyncObjType_Mutex –(Value: 2) Specifies a Mutex Synchronization object.
- SyncObjType_NotASyncObj –(Value: 0) Not a valid Synchronization object.
- SyncObjType_Notification –(Value: 5) Specifies a Notification Synchronization object.
- SyncObjType_Queue –(Value: 4) Specifies a Queue Synchronization object.
- SyncObjType_Rendezvous –Value: 3) Specifies a Rendezvous Synchronization object.
- SyncObjType_Semaphore –(Value: 1) Specifies a Semaphore Synchronization object.