UnregisterInfo Constructors

Definition

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

meshId
String

String that specifies the mesh ID of the peer whose entry is to be removed.

registrationId
Guid

Guid that uniquely identifies the entry to remove from the lookup table of the resolver service.

Applies to