MarkerSeries.EnterSpan Method (Int32, String)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Marks the beginning of a new span.

Namespace:  Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly:  Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)

Syntax

'Declaration
Public Function EnterSpan ( _
    category As Integer, _
    text As String _
) As Span
public Span EnterSpan(
    int category,
    string text
)
public:
Span^ EnterSpan(
    int category, 
    String^ text
)
member EnterSpan : 
        category:int * 
        text:string -> Span
public function EnterSpan(
    category : int, 
    text : String
) : Span

Parameters

  • category
    Type: System.Int32

    The category of the span. Any integer is valid.

Return Value

Type: Microsoft.ConcurrencyVisualizer.Instrumentation.Span
Returns Span.

.NET Framework Security

See Also

Reference

MarkerSeries Class

EnterSpan Overload

Microsoft.ConcurrencyVisualizer.Instrumentation Namespace