Udostępnij za pośrednictwem


Metoda Markers.EnterSpan — (Int32, String)

Oznacza początek nowego zakresu.

Przestrzeń nazw:  Microsoft.ConcurrencyVisualizer.Instrumentation
Zestaw:  Microsoft.ConcurrencyVisualizer.Markers (w Microsoft.ConcurrencyVisualizer.Markers.dll)

Składnia

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

Parametry

  • category
    Typ: Int32

    Kategoria zakresu.Dowolna liczba całkowita jest nieprawidłowa.

  • text
    Typ: String

    Opis zakresu.

Wartość zwracana

Typ: Microsoft.ConcurrencyVisualizer.Instrumentation.Span
Returns Span.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

Markers Klasa

Przeciążenie EnterSpan

Przestrzeń nazw Microsoft.ConcurrencyVisualizer.Instrumentation