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.
Raises the ApplyChangeFailed event.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Syntax
'Declaration
Protected Overridable Sub OnApplyChangeFailed ( _
value As ApplyChangeFailedEventArgs _
)
'Usage
Dim value As ApplyChangeFailedEventArgs
Me.OnApplyChangeFailed(value)
protected virtual void OnApplyChangeFailed(
ApplyChangeFailedEventArgs value
)
protected:
virtual void OnApplyChangeFailed(
ApplyChangeFailedEventArgs^ value
)
abstract OnApplyChangeFailed :
value:ApplyChangeFailedEventArgs -> unit
override OnApplyChangeFailed :
value:ApplyChangeFailedEventArgs -> unit
protected function OnApplyChangeFailed(
value : ApplyChangeFailedEventArgs
)
Parameters
- value
Type: Microsoft.Synchronization.Data.ApplyChangeFailedEventArgs
An ApplyChangeFailedEventArgs object that contains event data.