Click or drag to resize

TraceMethod Constructor

Initialize a new instance of the TraceContext class

Namespace:  WorkflowGen.My.Diagnostics
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
public TraceMethod(
	TraceSource traceSource,
	string methodName,
	List<KeyValuePair<string, Object>> methodParameters,
	string classInstanceId,
	DateTime classInstanceCreatedAt
)

Parameters

traceSource
Type: System.DiagnosticsTraceSource
methodName
Type: SystemString
methodParameters
Type: System.Collections.GenericListKeyValuePairString, Object
classInstanceId
Type: SystemString
classInstanceCreatedAt
Type: SystemDateTime
See Also