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 StateChanged event.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Protected Overridable Sub OnSessionStateChanged ( _
value As SessionStateChangedEventArgs _
)
'Usage
Dim value As SessionStateChangedEventArgs
Me.OnSessionStateChanged(value)
protected virtual void OnSessionStateChanged (
SessionStateChangedEventArgs value
)
protected:
virtual void OnSessionStateChanged (
SessionStateChangedEventArgs^ value
)
protected void OnSessionStateChanged (
SessionStateChangedEventArgs value
)
protected function OnSessionStateChanged (
value : SessionStateChangedEventArgs
)
Parameters
- value
A SessionStateChangedEventArgs object that contains event data.
See Also
Reference
SyncAgent Class
SyncAgent Members
Microsoft.Synchronization Namespace