Span Class
Defines a phase of the application.
Namespace: Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly: Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConcurrencyVisualizer.Instrumentation.Span
Syntax
public sealed class Span : IDisposable
public ref class Span sealed : IDisposable
[<Sealed>]
type Span =
class
interface IDisposable
end
Public NotInheritable Class Span
Implements IDisposable
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
Leave() | Marks the end of span. |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConcurrencyVisualizer.Instrumentation Namespace
Return to top