ExtensionMethodAdminConfigurationManagerCreateCommandMethodSource Method |
Creates a method source MFAdmin can use to trigger a custom command.
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic override MethodSourceDefinition CreateCommandMethodSource(
DomainNodeLocation nodeLocation,
string commandID
)
Public Overrides Function CreateCommandMethodSource (
nodeLocation As DomainNodeLocation,
commandID As String
) As MethodSourceDefinition
public:
virtual MethodSourceDefinition^ CreateCommandMethodSource(
DomainNodeLocation^ nodeLocation,
String^ commandID
) override
Parameters
- nodeLocation
- Type: MFiles.VAF.Configuration.AdminConfigurationsDomainNodeLocation
The node that defines the command. - commandID
- Type: SystemString
The command id.
Return Value
Type:
MethodSourceDefinitionRouter compatible method source.
See Also