Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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).