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 additional data about the recoverable error that caused the change unit change to be skipped.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Overridable Function GetRecoverableErrorDataForChangeUnit ( _
changeUnitChange As ChangeUnitChange _
) As RecoverableErrorData
'Usage
Dim instance As ItemChangeSkippedEventArgs
Dim changeUnitChange As ChangeUnitChange
Dim returnValue As RecoverableErrorData
returnValue = instance.GetRecoverableErrorDataForChangeUnit(changeUnitChange)
public virtual RecoverableErrorData GetRecoverableErrorDataForChangeUnit(
ChangeUnitChange changeUnitChange
)
public:
virtual RecoverableErrorData^ GetRecoverableErrorDataForChangeUnit(
ChangeUnitChange^ changeUnitChange
)
abstract GetRecoverableErrorDataForChangeUnit :
changeUnitChange:ChangeUnitChange -> RecoverableErrorData
override GetRecoverableErrorDataForChangeUnit :
changeUnitChange:ChangeUnitChange -> RecoverableErrorData
public function GetRecoverableErrorDataForChangeUnit(
changeUnitChange : ChangeUnitChange
) : RecoverableErrorData
Parameters
- changeUnitChange
Type: Microsoft.Synchronization.ChangeUnitChange
The change unit change that was skipped.
Return Value
Type: Microsoft.Synchronization.RecoverableErrorData
Additional data about the recoverable error that caused the change unit change to be skipped. Can be a null reference (Nothing in Visual Basic).