SyncSession Members

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

The following tables list the members exposed by the SyncSession type.

Public Constructors

  Name Description
Public method SyncSession Initializes a new instance of the SyncSession class.

Top

Public Fields

  Name Description
Public field Static SyncBatchCount Returns the string sync_batch_count. This field is constant.
Public field Static SyncBatchSize Returns the string sync_batch_size. This field is constant.
Public field Static SyncClientId Returns the string sync_client_id. This field is constant.
Public field Static SyncClientIdBinary Returns the string sync_client_id_binary. This field is constant.
Public field Static SyncClientIdHash Returns the string sync_client_id_hash. This field is constant.
Public field Static SyncForceWrite Returns the string sync_force_write. This field is constant.
Public field Static SyncGroupName Returns the string sync_group_name. This field is constant.
Public field Static SyncInitialized Returns the string sync_initialized. This field is constant.
Public field Static SyncLastReceivedAnchor Returns the string sync_last_received_anchor. This field is constant.
Public field Static SyncMaxReceivedAnchor Returns the string sync_max_received_anchor. This field is constant.
Public field Static SyncNewReceivedAnchor Returns the string sync_new_received_anchor. This field is constant.
Public field Static SyncOriginatorId Returns the string sync_originator_id. This field is constant.
Public field Static SyncRowCount Returns the string sync_row_count. This field is constant.
Public field Static SyncSessionId Returns the string sync_session_id. This field is constant.
Public field Static SyncTableName Returns the string sync_table_name. This field is constant.

Top

Public Properties

  Name Description
Public property ClientId Gets or sets the GUID that Synchronization Services uses to identify the client database.
Public property OriginatorId Gets or sets the originator ID. This enables you to map the ClientId to a different value on the server.
Public property SessionId Gets the GUID that Synchronization Services uses to identify the synchronization session.
Public property SyncParameters Gets or sets a SyncParameterCollection of SyncParameter objects. These objects are available at the server as session variables.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SyncSession Class
Microsoft.Synchronization.Data Namespace