Método OnApplyChangeFailed
Gera o evento ApplyChangeFailed.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (em Microsoft.Synchronization.Data.Server.dll)
Sintaxe
'Declaração
Protected Overridable Sub OnApplyChangeFailed ( _
value As ApplyChangeFailedEventArgs _
)
'Uso
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
)
Parâmetros
- value
Tipo: Microsoft.Synchronization.Data. . :: . .ApplyChangeFailedEventArgs
Um objeto ApplyChangeFailedEventArgs que contém dados do evento.