ReplicaKeyMap Members
Represents a mapping between replica keys and replica IDs.
The following tables list the members exposed by the ReplicaKeyMap type.
Public Constructors
(see also Protected Constructors )
Name | Description | |
---|---|---|
ReplicaKeyMap | Overloaded. Initializes a new instance of the ReplicaKeyMap class. |
Top
Protected Constructors
Name | Description | |
---|---|---|
ReplicaKeyMap | Overloaded. Initializes a new instance of the ReplicaKeyMap class. |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of replica key and ID pairs that are contained in the replica key map. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Deserialize | Creates a new ReplicaKeyMap object and initializes it by using serialized data. | |
Equals | Overloaded. (Inherited from Object.) | |
FindOrAddReplicaKey | Adds entries to or finds entries in the replica key map. | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Serializes the replica key map data to a specified SerializationInfo object. | |
GetType | (Inherited from Object.) | |
LookupReplicaId | Gets the replica ID that corresponds to the specified replica key. | |
LookupReplicaKey | Gets the replica key that corresponds to the specified replica ID. | |
ReferenceEquals | (Inherited from Object.) | |
Serialize | Serializes the replica key map data to a byte array. | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top