MarkerSeries.EnterSpan Method (String)
Marks the beginning of a new span.
Namespace: Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly: Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Syntax
public Span EnterSpan(
string text
)
public:
Span^ EnterSpan(
String^ text
)
member EnterSpan :
text:string -> Span
Public Function EnterSpan (
text As String
) As Span
Parameters
text
Type: System.StringA 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