DbSyncSession Members

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

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

Public Constructors

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

Top

Public Fields

  Name Description
Public field Static SyncCheckConcurrency Returns the string sync_check_concurrency. This field is constant.
Public field Static SyncCreatePeerKey Returns the string sync_create_peer_key. This field is constant.
Public field Static SyncCreatePeerTimestamp Returns the string sync_create_peer_timestamp. This field is constant.
Public field Static SyncForceWrite Returns the string sync_force_write. This field is constant.
Public field Static SyncInitialize Returns the string sync_initialize. This field is constant.
Public field Static SyncMetadataOnly Returns the string sync_metadata_only. This field is constant.
Public field Static SyncMinTimestamp Returns the string sync_min_timestamp. This field is constant.
Public field Static SyncNewTimestamp Returns the string sync_new_timestamp. This field is constant.
Public field Static SyncRowCount Returns the string sync_row_count. This field is constant.
Public field Static SyncRowCreateTimestamp Returns the string sync_row_create_timestamp. This field is constant.
Public field Static SyncRowIsTombstone Returns the string sync_row_is_tombstone. This field is constant.
Public field Static SyncRowTimestamp Returns the string sync_row_timestamp. This field is constant.
Public field Static SyncScopeCleanupKnowledge Returns the string sync_scope_cleanup_knowledge. This field is constant.
Public field Static SyncScopeId Returns the string sync_scope_id. This field is constant.
Public field Static SyncScopeKnowledge Returns the string sync_scope_knowledge. This field is constant.
Public field Static SyncScopeName Returns the string sync_scope_name. This field is constant.
Public field Static SyncScopeTimestamp Returns the string sync_scope_timestamp. This field is constant.
Public field Static SyncSessionId Returns the string sync_session_id. This field is constant.
Public field Static SyncStageName Returns the string sync_stage_name. This field is constant.
Public field Static SyncUpdatePeerKey Returns the string sync_update_peer_key. This field is constant.
Public field Static SyncUpdatePeerTimestamp Returns the string sync_update_peer_timestamp. This field is constant.

Top

Public Properties

  Name Description
Public property SessionId Gets the GUID that Sync Services uses to identify the synchronization session.
Public property SyncParameters Gets or sets a SyncParameterCollection of SyncParameter objects. These objects are available at the peer 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

DbSyncSession Class
Microsoft.Synchronization.Data Namespace