Click or drag to resize
DistributionConfigValues Constructor
Initializes a new instance of the DistributionConfigValues class

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
public DistributionConfigValues(
	int maxSimQvbs,
	int maxSimReaderQvbs,
	int dedicatedQvbs,
	bool runDedicatedTasksAlone,
	int graceTimeMinutes,
	Guid qdsIdentifier,
	string qdsAddress,
	IEnumerable<string> distGroups
)

Parameters

maxSimQvbs
Type: SystemInt32
maxSimReaderQvbs
Type: SystemInt32
dedicatedQvbs
Type: SystemInt32
runDedicatedTasksAlone
Type: SystemBoolean
graceTimeMinutes
Type: SystemInt32
qdsIdentifier
Type: SystemGuid
qdsAddress
Type: SystemString
distGroups
Type: System.Collections.GenericIEnumerableString
See Also