ClientOperations Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public ClientOperations(
	AdminConfigurationManagerBase manager,
	IConfigurationRequestContext context,
	DomainNodeLocation nodeLocation
)

Parameters

manager  AdminConfigurationManagerBase
The manager for the nodes this object can do operations for.
context  IConfigurationRequestContext
The context of the request the operations will form a response to.
nodeLocation  DomainNodeLocation
The default node operations are for when no node is specified.

See Also