共用方式為


Span 類別

 

定義應用程式的某個階段。

命名空間:   Microsoft.ConcurrencyVisualizer.Instrumentation
組件:  Microsoft.ConcurrencyVisualizer.Markers (在 Microsoft.ConcurrencyVisualizer.Markers.dll 中)

繼承階層架構

System.Object
  Microsoft.ConcurrencyVisualizer.Instrumentation.Span

語法

public sealed class Span : IDisposable
public ref class Span sealed : IDisposable
[<Sealed>]
type Span = 
    class
        interface IDisposable
    end
Public NotInheritable Class Span
    Implements IDisposable

方法

名稱 描述
System_CAPS_pubmethod Equals(Object)

(繼承自 Object。)

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetType()

(繼承自 Object。)

System_CAPS_pubmethod Leave()

標記延伸的結尾。

System_CAPS_pubmethod ToString()

(繼承自 Object。)

執行緒安全

這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

Microsoft.ConcurrencyVisualizer.Instrumentation 命名空間

回到頁首