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.
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
)
protected void OnApplyChangeFailed (
ApplyChangeFailedEventArgs value
)
protected function OnApplyChangeFailed (
value : ApplyChangeFailedEventArgs
)
Parameters
- value
An ApplyChangeFailedEventArgs object that contains event data.
See Also
Reference
DbServerSyncProvider Class
DbServerSyncProvider Members
Microsoft.Synchronization.Data.Server Namespace