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
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Leave()

Marks the end of span.

System_CAPS_pubmethod 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