Share via


PeerDataSyncSession Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

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

Syntax

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

Remarks

The PeerDataSyncSession object is sent to the server in every call and provides a way to transfer built-in session variables.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.Peer.PeerDataSyncSession

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

PeerDataSyncSession Members
Microsoft.Synchronization.Data.Peer Namespace