Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the list of recoverable errors reported when data for change units was loaded from the item store.
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>
Return Value
The list of recoverable errors reported when data for change units was loaded from the item store.
See Also
Reference
UserLoadChangeContext Class
UserLoadChangeContext Members
Microsoft.Synchronization Namespace