Marks the beginning of a new span.
Namespace:   Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly:  Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Syntax
public Span EnterSpan(
    Importance level,
    string text
)
public:
Span^ EnterSpan(
    Importance level,
    String^ text
)
member EnterSpan : 
        level:Importance *
        text:string -> Span
Public Function EnterSpan (
    level As Importance,
    text As String
) As Span
Parameters
- level 
 Type: Microsoft.ConcurrencyVisualizer.Instrumentation.Importance- The importance of the span. 
- text 
 Type: System.String- A description of the span. 
Return Value
Type: Microsoft.ConcurrencyVisualizer.Instrumentation.Span
Returns Span.
See Also
EnterSpan Overload
MarkerSeries Class
Microsoft.ConcurrencyVisualizer.Instrumentation Namespace
Return to top