RelationalSyncProvider.OnApplyChangeFailed Method
Raises the ApplyChangeFailed event.
This method is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Protected Overridable Sub OnApplyChangeFailed ( _
value As DbApplyChangeFailedEventArgs _
)
'Usage
Dim value As DbApplyChangeFailedEventArgs
Me.OnApplyChangeFailed(value)
protected virtual void OnApplyChangeFailed (
DbApplyChangeFailedEventArgs value
)
protected:
virtual void OnApplyChangeFailed (
DbApplyChangeFailedEventArgs^ value
)
protected void OnApplyChangeFailed (
DbApplyChangeFailedEventArgs value
)
protected function OnApplyChangeFailed (
value : DbApplyChangeFailedEventArgs
)
Parameters
- value
An DbApplyChangeFailedEventArgs object that contains event data.
See Also
Reference
RelationalSyncProvider Class
RelationalSyncProvider Members
Microsoft.Synchronization.Data Namespace