AdminConfigurationManagerBaseProcessRequest(IConfigurationRequestContext, String, String, String) Method
Executes a command for a node and returns the serialized results.
Namespace: MFiles.VAF.Configuration.AdminConfigurationsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public virtual string ProcessRequest(
IConfigurationRequestContext context,
string domainPath,
string command,
params string[] args
)
- context IConfigurationRequestContext
- The request context that is triggering the command.
- domainPath String
- The path of 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.
StringThe serialized command response.