AdminConfigurationManagerBaseCreateCommandMethodSource Method

Creates a method source MFAdmin can use to trigger a custom command.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public abstract MethodSourceDefinition CreateCommandMethodSource(
	DomainNodeLocation nodeLocation,
	string commandId
)

Parameters

nodeLocation  DomainNodeLocation
The node that defines the command.
commandId  String
The command id.

Return Value

MethodSourceDefinition
Router compatible method source.

See Also