Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 format,
params object[] args
)
public:
Span^ EnterSpan(
Importance level,
String^ format,
... array<Object^>^ args
)
member EnterSpan :
level:Importance *
format:string *
[<ParamArrayAttribute>] args:Object[] -> Span
Public Function EnterSpan (
level As Importance,
format As String,
ParamArray args As Object()
) As Span
Parameters
level
Type: Microsoft.ConcurrencyVisualizer.Instrumentation.ImportanceThe importance of the span.
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