Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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()
member RetrieveRecoverableErrorForChangeUnits : unit -> Dictionary<SyncId, RecoverableErrorData>
public function RetrieveRecoverableErrorForChangeUnits() : Dictionary<SyncId, RecoverableErrorData>
Return Value
Type: System.Collections.Generic.Dictionary<SyncId, RecoverableErrorData>
The list of recoverable errors reported when data for change units was loaded from the item store.