Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
)
public RecoverableErrorData GetRecoverableErrorDataForChangeUnit (
ChangeUnitChange changeUnitChange
)
public function GetRecoverableErrorDataForChangeUnit (
changeUnitChange : ChangeUnitChange
) : RecoverableErrorData
Parameters
- changeUnitChange
The change unit change that was skipped.
Return Value
Additional data about the recoverable error that caused the change unit change to be skipped. Can be a null reference (Nothing in Visual Basic).
See Also
Reference
ItemChangeSkippedEventArgs Class
ItemChangeSkippedEventArgs Members
Microsoft.Synchronization Namespace