AdminConfigurationManagerBaseCreateSourceDefinition Method
Creates a standard read-only source definition that MFAdmin can
use to request specific information from the server.
Namespace: MFiles.VAF.Configuration.AdminConfigurationsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public abstract SourceDefinition CreateSourceDefinition(
DomainNodeLocation nodeLocation,
BuiltInDomainCommand builtInCommand,
params string[] argNames
)
- nodeLocation DomainNodeLocation
- The node to create the source definition for.
- builtInCommand 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.
SourceDefinitionRouter compatible source definition.