MarkerSeries.EnterSpan Method
Marks the beginning of a new span.
Namespace: Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly: Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Overload List
Name | Description | |
---|---|---|
EnterSpan(Importance, Int32, String) | Marks the beginning of a new span. |
|
EnterSpan(Importance, Int32, String, Object[]) | Marks the beginning of a new span. |
|
EnterSpan(Importance, String) | Marks the beginning of a new span. |
|
EnterSpan(Importance, String, Object[]) | Marks the beginning of a new span. |
|
EnterSpan(Int32, String) | Marks the beginning of a new span. |
|
EnterSpan(Int32, String, Object[]) | Marks the beginning of a new span. |
|
EnterSpan(String) | Marks the beginning of a new span. |
|
EnterSpan(String, Object[]) | Marks the beginning of a new span. |
See Also
MarkerSeries Class
Microsoft.ConcurrencyVisualizer.Instrumentation Namespace
Return to top