MarkerSeries.EnterSpan Method (String, Object[])
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 format,
params object[] args
)
public:
Span^ EnterSpan(
String^ format,
... array<Object^>^ args
)
member EnterSpan :
format:string *
[<ParamArrayAttribute>] args:Object[] -> Span
Public Function EnterSpan (
format As String,
ParamArray args As Object()
) As Span
Parameters
format
Type: System.StringA composite format string that contains text intermixed with zero or more format items, which correspond to objects in the args array
args
Type: System.Object[]An object array containing zero or more objects to format.
Return Value
Type: Microsoft.ConcurrencyVisualizer.Instrumentation.Span
Returns Span.
See Also
EnterSpan Overload
MarkerSeries Class
Microsoft.ConcurrencyVisualizer.Instrumentation Namespace
Return to top