AdminConfigurationManagerBaseProcessRequest Method (IConfigurationRequestContext, String, String, String) |
Executes a command for a node and returns the serialized results.
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic virtual string ProcessRequest(
IConfigurationRequestContext context,
string domainPath,
string command,
params string[] args
)
Public Overridable Function ProcessRequest (
context As IConfigurationRequestContext,
domainPath As String,
command As String,
ParamArray args As String()
) As String
public:
virtual String^ ProcessRequest(
IConfigurationRequestContext^ context,
String^ domainPath,
String^ command,
... array<String^>^ args
)
Parameters
- context
- Type: MFiles.VAF.Configuration.AdminConfigurationsIConfigurationRequestContext
The request context that is triggering the command. - domainPath
- Type: SystemString
The path of the node to trigger the command on. - command
- Type: SystemString
The name of the command to trigger. - args
- Type: SystemString
Optional arguments to pass to the command.
Return Value
Type:
StringThe serialized command response.
See Also