AdminConfigurationManagerBaseGetCommands Method

Delegates the GetCommands command to the node.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual IEnumerable<IConfigurationDomainCommand> GetCommands(
	IConfigurationRequestContext context,
	DomainNodeLocation nodeLocation
)

Parameters

context  IConfigurationRequestContext
The request context that is triggering the command.
nodeLocation  DomainNodeLocation
The the node to trigger the command on.

Return Value

IEnumerableIConfigurationDomainCommand
The node's commands.

See Also