Freigeben über


DbServerSyncProvider.OnApplyChangeFailed-Methode

Löst das ApplyChangeFailed-Ereignis aus.

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
)
protected void OnApplyChangeFailed (
    ApplyChangeFailedEventArgs value
)
protected function OnApplyChangeFailed (
    value : ApplyChangeFailedEventArgs
)

Parameter

Siehe auch

Verweis

DbServerSyncProvider-Klasse
DbServerSyncProvider-Member
Microsoft.Synchronization.Data.Server-Namespace