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.3.3.0 (8.3.3.20240926)
Syntax
public TraceMethod(
	TraceSource traceSource,
	string methodName,
	List<KeyValuePair<string, Object>> methodParameters,
	string classInstanceId,
	DateTime classInstanceCreatedAt
)

Parameters

traceSource
Type: System.Diagnostics.TraceSource
methodName
Type: System.String
methodParameters
Type: System.Collections.Generic.List<KeyValuePair<String, Object>>
classInstanceId
Type: System.String
classInstanceCreatedAt
Type: System.DateTime
See Also