ClientOperationsUpdateCommands Method

Udpates the list of avaliable commands. The updated list is retrieved from the corresponding node method.

Definition

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

Parameters

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

See Also