Markers.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
System_CAPS_pubmethodSystem_CAPS_static EnterSpan(Importance, Int32, String)

Marks the beginning of a new span.

System_CAPS_pubmethodSystem_CAPS_static EnterSpan(Importance, Int32, String, Object[])

Marks the beginning of a new span.

System_CAPS_pubmethodSystem_CAPS_static EnterSpan(Importance, String)

Marks the beginning of a new span.

System_CAPS_pubmethodSystem_CAPS_static EnterSpan(Importance, String, Object[])

Marks the beginning of a new span.

System_CAPS_pubmethodSystem_CAPS_static EnterSpan(Int32, String)

Marks the beginning of a new span.

System_CAPS_pubmethodSystem_CAPS_static EnterSpan(Int32, String, Object[])

Marks the beginning of a new span.

System_CAPS_pubmethodSystem_CAPS_static EnterSpan(String)

Marks the beginning of a new span.

System_CAPS_pubmethodSystem_CAPS_static EnterSpan(String, Object[])

Marks the beginning of a new span.

See Also

Markers Class
Microsoft.ConcurrencyVisualizer.Instrumentation Namespace

Return to top