ClientOperationsUpdateDomain Method

Refreshes information about the node. This allows for basic node information like DisplayName, Description and Priority to be updated, and also updates the nodes status and commands if those are supported. The updated values are gathered from the node itself via applicable interface methods.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public void UpdateDomain(
	DomainNodeLocation nodeLocation = null
)

Parameters

nodeLocation  DomainNodeLocation  (Optional)
The node to update. If not defined, the DefaultNodeLocation is assumed.

See Also