Share via


ScopeManager 類別

 

允許管理目前的領域和子領域。

命名空間:   Microsoft.Workflow.Client
組件:  Microsoft.Workflow.Client (在 Microsoft.Workflow.Client.dll 中)

繼承階層架構

System.Object
  Microsoft.Workflow.Client.ScopeManager

語法

public class ScopeManager
public ref class ScopeManager 
type ScopeManager = class end
Public Class ScopeManager

方法

名稱 描述
System_CAPS_pubmethod ApplySnapshot()

將快照套用至領域。

System_CAPS_pubmethod CaptureSnapshot()

擷取快照。

System_CAPS_pubmethod Delete()

刪除所有子領域。

System_CAPS_pubmethod DeleteSnapshot()

刪除快照。

System_CAPS_pubmethod Equals(Object)

(繼承自 Object。)

System_CAPS_protmethod Finalize()

(繼承自 Object。)

System_CAPS_pubmethod Get()

擷取目前領域的領域描述。

System_CAPS_pubmethod GetChildScopes()

擷取所有子領域。

System_CAPS_pubmethod GetChildScopes(Int32, Int32)

擷取指定的子領域子集。

System_CAPS_pubmethod GetChildScopes(Int32, Int32, ScopeStatus)

擷取處於指定狀態之指定的子領域子集。

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetSnapshot()

取得快照資訊。

System_CAPS_pubmethod GetType()

(繼承自 Object。)

System_CAPS_protmethod MemberwiseClone()

(繼承自 Object。)

System_CAPS_pubmethod Publish(ScopeDescription)

發行 (更新) 目前的領域。

System_CAPS_pubmethod PublishChildScope(String, ScopeDescription)

發行子領域。

System_CAPS_pubmethod Resume()

繼續執行先前暫停的領域。

System_CAPS_pubmethod Suspend()

暫停領域。

System_CAPS_pubmethod ToString()

(繼承自 Object。)

執行緒安全

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

請參閱

Microsoft.Workflow.Client 命名空間

回到頁首