Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
- value
Type: Microsoft.Synchronization.Data.ChangesAppliedEventArgs
A ChangesAppliedEventArgs object that contains event data.