RegisterInfo Class
Defines the peer registration information to be supplied to a peer resolver service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | RegisterInfo() | Initializes a new default instance of the RegisterInfo class. |
![]() | RegisterInfo(Guid, String^, PeerNodeAddress^) | Initializes a new instance of the RegisterInfo class with the supplied client ID, mesh ID, and endpoint address(es). |
| Name | Description | |
|---|---|---|
![]() | ClientId | Gets a Guid that uniquely identifies the registration entry for a peer node. |
![]() | MeshId | Gets a mesh ID associated with the registration entry. |
![]() | NodeAddress | Gets the endpoint address(es) to associate with the node that is registering with the resolver service. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | HasBody() | Indicates whether the body of the message containing a serialized instance of this type is correctly formed. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class defines the information used to register the tuple of a peer node and a mesh ID with a peer resolver service. This information is inserted as an entry in the registration lookup table of the resolver service, which can be queried by other peers for the endpoint addresses of the inserted peer.
Instances of this class are created when Register (or an implementation of Register) is called to register with a peer resolver service. They are primarily used to pass registration request information to a peer resolver service from a network client of that service.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


