AdminConfigurationManagerBaseExecuteCustomCommand Method

Executes a custom node command.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual ConfigurationDomainCommandResponse ExecuteCustomCommand(
	IConfigurationRequestContext context,
	DomainNodeLocation nodeLocation,
	string commandId,
	params string[] args
)

Parameters

context  IConfigurationRequestContext
The request context that is triggering the command.
nodeLocation  DomainNodeLocation
The the node to trigger the command on.
commandId  String
The id of the custom command to trigger.
args  String
Optional arguments to pass to the command.

Return Value

ConfigurationDomainCommandResponse
The command response.

See Also