Share via


SyncAgent.OnSessionStateChanged Method

Raises the StateChanged event.

This method is not CLS-compliant.  

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Protected Overridable Sub OnSessionStateChanged ( _
    value As SessionStateChangedEventArgs _
)
'Usage
Dim value As SessionStateChangedEventArgs

Me.OnSessionStateChanged(value)
[CLSCompliantAttribute(false)] 
protected virtual void OnSessionStateChanged (
    SessionStateChangedEventArgs value
)
[CLSCompliantAttribute(false)] 
protected:
virtual void OnSessionStateChanged (
    SessionStateChangedEventArgs^ value
)
/** @attribute CLSCompliantAttribute(false) */ 
protected void OnSessionStateChanged (
    SessionStateChangedEventArgs value
)
CLSCompliantAttribute(false) 
protected function OnSessionStateChanged (
    value : SessionStateChangedEventArgs
)

Parameters

See Also

Reference

SyncAgent Class
SyncAgent Members
Microsoft.Synchronization Namespace