Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the knowledge for the specified range of item IDs.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Function GetKnowledgeForRange ( _
closedLowerBound As SyncId, _
closedUpperBound As SyncId _
) As SyncKnowledge
'Usage
Dim instance As SyncKnowledge
Dim closedLowerBound As SyncId
Dim closedUpperBound As SyncId
Dim returnValue As SyncKnowledge
returnValue = instance.GetKnowledgeForRange(closedLowerBound, closedUpperBound)
public SyncKnowledge GetKnowledgeForRange (
SyncId closedLowerBound,
SyncId closedUpperBound
)
public:
SyncKnowledge^ GetKnowledgeForRange (
SyncId^ closedLowerBound,
SyncId^ closedUpperBound
)
public SyncKnowledge GetKnowledgeForRange (
SyncId closedLowerBound,
SyncId closedUpperBound
)
public function GetKnowledgeForRange (
closedLowerBound : SyncId,
closedUpperBound : SyncId
) : SyncKnowledge
Parameters
- closedLowerBound
The closed lower bound item ID of the range.
- closedUpperBound
The closed upper bound item ID of the range.
Return Value
The knowledge for the specified range of item IDs.
See Also
Reference
SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace