DbServerSyncProvider.OnChangesApplied Method

Raises the ChangesApplied event.

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

Syntax

'Declaration
Protected Overridable Sub OnChangesApplied ( _
    value As ChangesAppliedEventArgs _
)
'Usage
Dim value As ChangesAppliedEventArgs

Me.OnChangesApplied(value)
protected virtual void OnChangesApplied(
    ChangesAppliedEventArgs value
)
protected:
virtual void OnChangesApplied(
    ChangesAppliedEventArgs^ value
)
abstract OnChangesApplied : 
        value:ChangesAppliedEventArgs -> unit 
override OnChangesApplied : 
        value:ChangesAppliedEventArgs -> unit 
protected function OnChangesApplied(
    value : ChangesAppliedEventArgs
)

Parameters

See Also

Reference

DbServerSyncProvider Class

Microsoft.Synchronization.Data.Server Namespace