SyncKnowledge::FindMinTickCountForReplica Method
Finds the minimum tick count in the knowledge for the specified replica.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- replicaId
- Type: Microsoft.Synchronization::SyncId
The ID of the replica to look up.
| Exception | Condition |
|---|---|
| InvalidOperationException | This SyncKnowledge object is not initialized. |
| ArgumentNullException | replicaId is a nullptr. |
| SyncIdFormatMismatchException | replicaId is not in the ID format specified for this knowledge object or has a different variable length setting. |
Show: