Freigeben über


UserLoadChangeContext.RetrieveRecoverableErrorForChangeUnits-Methode

Ruft die Liste der behebbaren Fehler ab, die beim Laden von Daten für Änderungseinheiten aus dem Elementspeicher gemeldet wurden.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public Function RetrieveRecoverableErrorForChangeUnits As Dictionary(Of SyncId, RecoverableErrorData)
'Usage
Dim instance As UserLoadChangeContext
Dim returnValue As Dictionary(Of SyncId, RecoverableErrorData)

returnValue = instance.RetrieveRecoverableErrorForChangeUnits
public Dictionary<SyncId,RecoverableErrorData> RetrieveRecoverableErrorForChangeUnits ()
public:
Dictionary<SyncId^, RecoverableErrorData^>^ RetrieveRecoverableErrorForChangeUnits ()
public Dictionary<SyncId,RecoverableErrorData> RetrieveRecoverableErrorForChangeUnits ()
public function RetrieveRecoverableErrorForChangeUnits () : Dictionary<SyncId,RecoverableErrorData>

Rückgabewert

Die Liste der behebbaren Fehler, die beim Laden von Daten für Änderungseinheiten aus dem Elementspeicher gemeldet wurden.

Siehe auch

Verweis

UserLoadChangeContext-Klasse
UserLoadChangeContext-Member
Microsoft.Synchronization-Namespace