Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the SessionStateChangedEventArgs class by using session state and session parameters.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Sub New ( _
sessionState As SyncSessionState, _
syncSession As SyncSession _
)
public SessionStateChangedEventArgs (
SyncSessionState sessionState,
SyncSession syncSession
)
public:
SessionStateChangedEventArgs (
SyncSessionState sessionState,
SyncSession^ syncSession
)
public SessionStateChangedEventArgs (
SyncSessionState sessionState,
SyncSession syncSession
)
public function SessionStateChangedEventArgs (
sessionState : SyncSessionState,
syncSession : SyncSession
)
Parameters
- sessionState
A SyncSessionState object that is used to define whether the session is currently synchronizing.
- syncSession
A SyncSession object that contains synchronization session variables.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SessionStateChangedEventArgs Class
SessionStateChangedEventArgs Members
Microsoft.Synchronization Namespace