AdminConfigurationManagerBaseExecuteBuiltInCommand Method
Executes a built-in node command.
Namespace: MFiles.VAF.Configuration.AdminConfigurationsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public virtual Object ExecuteBuiltInCommand(
IConfigurationRequestContext context,
DomainNodeLocation nodeLocation,
BuiltInDomainCommand command,
params string[] args
)
- context IConfigurationRequestContext
- The request context that is triggering the command.
- nodeLocation DomainNodeLocation
- The the node to trigger the command on.
- command BuiltInDomainCommand
- The built-in command to trigger.
- args String
- Optional arguments to pass to the command.
ObjectThe command response.