SyncAnchor Members
Encapsulates a synchronization anchor. An anchor provides a reference point to determine which changes to synchronize for a synchronization group.
The following tables list the members exposed by the SyncAnchor type.
Public Constructors
Name | Description | |
---|---|---|
SyncAnchor | Overloaded. Initializes a new instance of the SyncAnchor class. |
Top
Public Properties
Name | Description | |
---|---|---|
Anchor | Gets or sets the anchor value in the form of a byte array. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
IsNull | Determines whether a SyncAnchor is null. | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top