SyncSession Class

Represents a synchronization session. The SyncSession object exists for the duration of the synchronization session.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class SyncSession
'Usage
Dim instance As SyncSession
[SerializableAttribute] 
public class SyncSession
[SerializableAttribute] 
public ref class SyncSession
/** @attribute SerializableAttribute() */ 
public class SyncSession
SerializableAttribute 
public class SyncSession

Remarks

The SyncSession object is sent to the server in every call and provides a way to transfer built-in session variables. For more information, see How to: Use Session Variables.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.SyncSession

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SyncSession Members
Microsoft.Synchronization.Data Namespace