Initialize a new instance of the TraceContext class
Namespace:
WorkflowGen.My.Diagnostics
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public TraceMethod(
TraceSource traceSource,
string methodName,
List<KeyValuePair<string, Object>> methodParameters,
string classInstanceId,
DateTime classInstanceCreatedAt
)
Public Sub New (
traceSource As TraceSource,
methodName As String,
methodParameters As List(Of KeyValuePair(Of String, Object)),
classInstanceId As String,
classInstanceCreatedAt As DateTime
)
Parameters
- traceSource
- Type: System.DiagnosticsTraceSource
- methodName
- Type: SystemString
- methodParameters
- Type: System.Collections.GenericListKeyValuePairString, Object
- classInstanceId
- Type: SystemString
- classInstanceCreatedAt
- Type: SystemDateTime
See Also