UnregisterInfo 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 UnregisterInfo class.
Overloads
UnregisterInfo() |
Initializes a new default instance of the UnregisterInfo class. |
UnregisterInfo(String, Guid) |
Initializes a new instance of the UnregisterInfo class with mesh and registration ID of the peer to remove from the registration lookup table in the resolver service. |
UnregisterInfo()
Initializes a new default instance of the UnregisterInfo class.
public:
UnregisterInfo();
public UnregisterInfo ();
Public Sub New ()
Applies to
UnregisterInfo(String, Guid)
Initializes a new instance of the UnregisterInfo class with mesh and registration ID of the peer to remove from the registration lookup table in the resolver service.
public:
UnregisterInfo(System::String ^ meshId, Guid registrationId);
public UnregisterInfo (string meshId, Guid registrationId);
new System.ServiceModel.PeerResolvers.UnregisterInfo : string * Guid -> System.ServiceModel.PeerResolvers.UnregisterInfo
Public Sub New (meshId As String, registrationId As Guid)
Parameters
- registrationId
- Guid
Guid that uniquely identifies the entry to remove from the lookup table of the resolver service.