RegisterResponseInfo Class

Definition

Contains response information returned by a peer resolver as the result of a registration operation.

public ref class RegisterResponseInfo
[System.ServiceModel.MessageContract(IsWrapped=false)]
public class RegisterResponseInfo
[<System.ServiceModel.MessageContract(IsWrapped=false)>]
type RegisterResponseInfo = class
Public Class RegisterResponseInfo
Inheritance
RegisterResponseInfo
Attributes

Remarks

When Register (or an implementation of Register) is called with a RegisterInfo instance passed to it, this object is returned to the caller to indicate the results of the registration operation.

Instances of this class are primarily used to pass registration response information from the resolver service to a network client of that service.

Constructors

RegisterResponseInfo()

Initializes a new default instance of the RegisterResponseInfo class.

RegisterResponseInfo(Guid, TimeSpan)

Initializes a new instance of the RegisterResponseInfo class with the supplied registration ID and lifetime.

Properties

RegistrationId

Gets or sets a GUID that uniquely identifies the newly-registered peer.

RegistrationLifetime

Gets or sets the amount of time before a registration expires and is removed by the resolver service.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
HasBody()

Indicates whether the body of the message containing a serialized instance of this type is correctly formed.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to