RegisterResponseInfo Constructors

Definition

Initializes a new instance of the RegisterResponseInfo class.

Overloads

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.

RegisterResponseInfo()

Initializes a new default instance of the RegisterResponseInfo class.

public:
 RegisterResponseInfo();
public RegisterResponseInfo ();
Public Sub New ()

Applies to

RegisterResponseInfo(Guid, TimeSpan)

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

public:
 RegisterResponseInfo(Guid registrationId, TimeSpan registrationLifetime);
public RegisterResponseInfo (Guid registrationId, TimeSpan registrationLifetime);
new System.ServiceModel.PeerResolvers.RegisterResponseInfo : Guid * TimeSpan -> System.ServiceModel.PeerResolvers.RegisterResponseInfo
Public Sub New (registrationId As Guid, registrationLifetime As TimeSpan)

Parameters

registrationId
Guid

Guid that uniquely identifies the newly-registered peer.

registrationLifetime
TimeSpan

TimeSpan that specifies the lifetime of the peer's registration.

Applies to