RefreshResponseInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- result
- RefreshResult
RefreshResult that specifies the result of the refresh.