ExtensionMethodAdminConfigurationManagerCreateSourceDefinition Method

Creates a standard read-only source definition that MFAdmin can use to request specific information from the server.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public override SourceDefinition CreateSourceDefinition(
	DomainNodeLocation nodeLocation,
	BuiltInDomainCommand command,
	params string[] argNames
)

Parameters

nodeLocation  DomainNodeLocation
The node to create the source definition for.
command  BuiltInDomainCommand
The built-in command the source definition will trigger.
argNames  String
The names of expected arguments that the source definition may/will be triggered with.

Return Value

SourceDefinition
Router compatible source definition.

See Also