PeerResolver.Update(Object, PeerNodeAddress, TimeSpan) Method

Definition

Updates the PeerNodeAddress for a node registered with a specific peer mesh.

public:
 abstract void Update(System::Object ^ registrationId, System::ServiceModel::PeerNodeAddress ^ updatedNodeAddress, TimeSpan timeout);
public abstract void Update (object registrationId, System.ServiceModel.PeerNodeAddress updatedNodeAddress, TimeSpan timeout);
abstract member Update : obj * System.ServiceModel.PeerNodeAddress * TimeSpan -> unit
Public MustOverride Sub Update (registrationId As Object, updatedNodeAddress As PeerNodeAddress, timeout As TimeSpan)

Parameters

registrationId
Object

A registration ID token for the node, obtained by a previous call to Register(String, PeerNodeAddress, TimeSpan).

updatedNodeAddress
PeerNodeAddress

The updated endpoint address (and other multihoming IP addresses).

timeout
TimeSpan

The length of time to wait for success before aborting the attempt to update the node's registration within the peer mesh. If the attempt fails, TimeoutException is raised on the peer.

Remarks

Update is called when the address of the PeerNode changes on the local machine.

Applies to