RefreshResponseInfo Constructors

Definition

Initializes a new instance of the RefreshResponseInfo class.

Overloads

RefreshResponseInfo()

Initializes a new default instance of the RefreshResponseInfo class.

RefreshResponseInfo(TimeSpan, RefreshResult)

Initializes a new instance of the RefreshResponseInfo class with the provided registration lifetime and refresh results.

RefreshResponseInfo()

Initializes a new default instance of the RefreshResponseInfo class.

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

Applies to

RefreshResponseInfo(TimeSpan, RefreshResult)

Initializes a new instance of the RefreshResponseInfo class with the provided registration lifetime and refresh results.

public:
 RefreshResponseInfo(TimeSpan registrationLifetime, System::ServiceModel::PeerResolvers::RefreshResult result);
public RefreshResponseInfo (TimeSpan registrationLifetime, System.ServiceModel.PeerResolvers.RefreshResult result);
new System.ServiceModel.PeerResolvers.RefreshResponseInfo : TimeSpan * System.ServiceModel.PeerResolvers.RefreshResult -> System.ServiceModel.PeerResolvers.RefreshResponseInfo
Public Sub New (registrationLifetime As TimeSpan, result As RefreshResult)

Parameters

registrationLifetime
TimeSpan

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

result
RefreshResult

RefreshResult that specifies the result of the refresh.

Applies to