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
SyncSession Initializes a new instance of the SyncSession class.

Top

Public Fields

  Name Description
Bb726169.pubfield(en-US,SQL.90).gif Bb726169.static(en-US,SQL.90).gif SyncBatchCount Returns the string sync_batch_count. This field is constant.
Bb726169.pubfield(en-US,SQL.90).gif Bb726169.static(en-US,SQL.90).gif SyncBatchSize Returns the string sync_batch_size. This field is constant.
Bb726169.pubfield(en-US,SQL.90).gif Bb726169.static(en-US,SQL.90).gif SyncClientId Returns the string sync_client_id. This field is constant.
Bb726169.pubfield(en-US,SQL.90).gif Bb726169.static(en-US,SQL.90).gif SyncClientIdBinary  
Bb726169.pubfield(en-US,SQL.90).gif Bb726169.static(en-US,SQL.90).gif SyncClientIdHash Returns the string sync_client_id_hash. This field is constant.
Bb726169.pubfield(en-US,SQL.90).gif Bb726169.static(en-US,SQL.90).gif SyncForceWrite Returns the string sync_force_write. This field is constant.
Bb726169.pubfield(en-US,SQL.90).gif Bb726169.static(en-US,SQL.90).gif SyncGroupName Returns the string sync_group_name. This field is constant.
Bb726169.pubfield(en-US,SQL.90).gif Bb726169.static(en-US,SQL.90).gif SyncInitialized Returns the string sync_initialized. This field is constant.
Bb726169.pubfield(en-US,SQL.90).gif Bb726169.static(en-US,SQL.90).gif SyncLastReceivedAnchor Returns the string sync_last_received_anchor. This field is constant.
Bb726169.pubfield(en-US,SQL.90).gif Bb726169.static(en-US,SQL.90).gif SyncMaxReceivedAnchor Returns the string sync_max_received_anchor. This field is constant.
Bb726169.pubfield(en-US,SQL.90).gif Bb726169.static(en-US,SQL.90).gif SyncNewReceivedAnchor Returns the string sync_new_received_anchor. This field is constant.
Bb726169.pubfield(en-US,SQL.90).gif Bb726169.static(en-US,SQL.90).gif SyncOriginatorId Returns the string sync_originator_id. This field is constant.
Bb726169.pubfield(en-US,SQL.90).gif Bb726169.static(en-US,SQL.90).gif SyncRowCount Returns the string sync_row_count. This field is constant.
Bb726169.pubfield(en-US,SQL.90).gif Bb726169.static(en-US,SQL.90).gif SyncSessionId Returns the string sync_session_id. This field is constant.
Bb726169.pubfield(en-US,SQL.90).gif Bb726169.static(en-US,SQL.90).gif SyncTableName Returns the string sync_table_name. This field is constant.

Top

Public Properties

  Name Description
Bb726169.pubproperty(en-US,SQL.90).gif ClientId Gets or sets the GUID that Synchronization Services uses to identify the client database.
Bb726169.pubproperty(en-US,SQL.90).gif OriginatorId Gets or sets the originator ID. This enables you to map the ClientId to a different value on the server.
Bb726169.pubproperty(en-US,SQL.90).gif SessionId Gets the GUID that Synchronization Services uses to identify the synchronization session.
Bb726169.pubproperty(en-US,SQL.90).gif 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
Bb726169.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb726169.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb726169.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb726169.pubmethod(en-US,SQL.90).gif Bb726169.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb726169.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb726169.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb726169.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SyncSession Class
Microsoft.Synchronization.Data Namespace