Click or drag to resize

modelSpiderTestGeneralRecordrecordStart Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbWEM.Core.project.records.modelSpiderTestGeneralRecord.recordStart(System.String,System.String,System.Object[])"]

Namespace:  imbWEM.Core.project.records
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public override void recordStart(
	string __testRunStamp,
	string __instanceID,
	params Object[] resources
)

Parameters

__testRunStamp
Type: SystemString

[Missing <param name="__testRunStamp"/> documentation for "M:imbWEM.Core.project.records.modelSpiderTestGeneralRecord.recordStart(System.String,System.String,System.Object[])"]

__instanceID
Type: SystemString

[Missing <param name="__instanceID"/> documentation for "M:imbWEM.Core.project.records.modelSpiderTestGeneralRecord.recordStart(System.String,System.String,System.Object[])"]

resources
Type: SystemObject

[Missing <param name="resources"/> documentation for "M:imbWEM.Core.project.records.modelSpiderTestGeneralRecord.recordStart(System.String,System.String,System.Object[])"]

Implements

IModelParentRecord.recordStart(String, String, Object)
IModelStandalone.recordStart(String, String, Object)
IModelParentRecord.recordStart(String, String, Object)
See Also