GetKnowledgeForRange-Methode

Ruft das Wissen für den angegebenen Bereich von Element-IDs ab.

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
)
member GetKnowledgeForRange : 
        closedLowerBound:SyncId * 
        closedUpperBound:SyncId -> SyncKnowledge 
public function GetKnowledgeForRange(
    closedLowerBound : SyncId, 
    closedUpperBound : SyncId
) : SyncKnowledge

Parameter

Rückgabewert

Typ: Microsoft.Synchronization. . :: . .SyncKnowledge
Das Wissen für den angegebenen Bereich von Element-IDs.

Ausnahmen

Ausnahme Bedingung
InvalidOperationException

Dieses SyncKnowledge-Objekt ist nicht initialisiert.

ArgumentNullException

closedLowerBound oder closedUpperBound ist NULL.

SyncIdFormatMismatchException

closedLowerBound oder closedUpperBound hat nicht das ID-Format, das für dieses Wissensobjekt angegeben wurde, oder hat eine andere Einstellung für die variable Länge.

SystemArgumentException

closedLowerBound ist größer als oder gleich closedUpperBound.

Siehe auch

Verweis

SyncKnowledge Klasse

SyncKnowledge-Member

Microsoft.Synchronization-Namespace