VirtualUser Setup Method C# API
For internal use only.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

protected internal void Setup(
	EventLog eventLog,
	Time time,
	CompoundDataDictionary dataDictionary,
	int index,
	SimpleDataDictionary groupSizes,
	VUGroup group,
	AlertManager alertManager
)

Parameters

eventLog
Type: EventLog
For internal use only.
time
Type: Time
For internal use only.
dataDictionary
Type: CompoundDataDictionary
For internal use only.
index
Type: System Int32
For internal use only.
groupSizes
Type: SimpleDataDictionary
For internal use only.
group
Type: VUGroup
For internal use only.
alertManager
Type: AlertManager
For internal use only.
See Also