Click or drag to resize

ExtensionMethodAdminConfigurationManagerCreateSourceDefinition Method

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

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

Parameters

nodeLocation
Type: MFiles.VAF.Configuration.AdminConfigurationsDomainNodeLocation
The node to create the source definition for.
command
Type: MFiles.VAF.Configuration.AdminConfigurationsBuiltInDomainCommand
The built-in command the source definition will trigger.
argNames
Type: SystemString
The names of expected arguments that the source definition may/will be triggered with.

Return Value

Type: SourceDefinition
Router compatible source definition.
See Also