Click or drag to resize

modelRecordStandaloneBaseTInstancerecordStart Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Records the start. Make sure to call [!:_recordStart] at beginning of the method

Namespace:  imbSCI.DataComplex.data.modelRecords
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public abstract void recordStart(
	string __testRunStamp,
	string __instanceID,
	params Object[] resources
)
Request Example View Source

Parameters

__testRunStamp
Type: SystemString
__instanceID
Type: SystemString
resources
Type: SystemObject

Implements

IModelStandalonerecordStart(String, String, Object)
See Also