AdminConfigurationManagerBaseProcessRequest Method (IConfigurationRequestContext, DomainNodeLocation, 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,
DomainNodeLocation nodeLocation,
string command,
params string[] args
)
Public Overridable Function ProcessRequest (
context As IConfigurationRequestContext,
nodeLocation As DomainNodeLocation,
command As String,
ParamArray args As String()
) As String
public:
virtual String^ ProcessRequest(
IConfigurationRequestContext^ context,
DomainNodeLocation^ nodeLocation,
String^ command,
... array<String^>^ args
)
Parameters
- context
- Type: MFiles.VAF.Configuration.AdminConfigurationsIConfigurationRequestContext
The request context that is triggering the command. - nodeLocation
- Type: MFiles.VAF.Configuration.AdminConfigurationsDomainNodeLocation
The 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