AdminConfigurationManagerBaseGetConfiguration Method

Delegates the GetConfiguration command to the node.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual string GetConfiguration(
	IConfigurationRequestContext context,
	DomainNodeLocation nodeLocation
)

Parameters

context  IConfigurationRequestContext
The request context that is triggering the command.
nodeLocation  DomainNodeLocation
The the node to trigger the command on.

Return Value

String
The node's configuration

See Also