AdminConfigurationManagerBaseProcessRequest(IConfigurationRequestContext, DomainNodeLocation, String, String) Method

Executes a command for a node and returns the serialized results.

Definition

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

Parameters

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

Return Value

String
The serialized command response.

See Also