SyncId::GetSyncGlobalId Method
Gets a SyncGlobalId sync ID.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Return Value
Type: Microsoft.Synchronization::SyncGlobalIdThe sync ID if it is a fixed-length SyncGlobalId; otherwise, throws InvalidOperationException.
| Exception | Condition |
|---|---|
| InvalidOperationException | This SyncId object is variable length or represents an id longer or shorter than 24 bytes. |
Show: