RegisterResponseInfo 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 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)