UpdateInfo Constructors

Definition

Initializes a new instance of the UpdateInfo class.

Overloads

UpdateInfo()

Initializes a new default instance of the UpdateInfo class.

UpdateInfo(Guid, Guid, String, PeerNodeAddress)

Initializes a new instance of the UpdateInfo class with the supplied peer client ID, registration ID, peer mesh ID, and peer endpoint address.

UpdateInfo()

Initializes a new default instance of the UpdateInfo class.

public UpdateInfo ();

Applies to

.NET Framework 4.8.1 及其他版本
產品 版本
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

UpdateInfo(Guid, Guid, String, PeerNodeAddress)

Initializes a new instance of the UpdateInfo class with the supplied peer client ID, registration ID, peer mesh ID, and peer endpoint address.

public UpdateInfo (Guid registrationId, Guid client, string meshId, System.ServiceModel.PeerNodeAddress address);

Parameters

registrationId
Guid

Guid that specifies the unique ID of the registration entry to update.

client
Guid

Guid that specifies the unique ID of the peer client that submitted the updated registration entry information.

meshId
String

String that contains the mesh ID of the entry.

address
PeerNodeAddress

PeerNodeAddress that contains the endpoint address to update for the registration entry.

Remarks

A peer can have multiple entries for any mesh ID, each for a specific peer endpoint. Each endpoint entry is updated separately.

Applies to

.NET Framework 4.8.1 及其他版本
產品 版本
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1