IManagementService 介面

IManagementService 介面會定義用來控制複雜事件處理引擎之管理函數的方法和屬性。

命名空間:  Microsoft.ComplexEventProcessing.ManagementService
組件:  Microsoft.ComplexEventProcessing.ManagementService (在 Microsoft.ComplexEventProcessing.ManagementService.dll 中)

語法

[ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management", 
    ProtectionLevel = ProtectionLevel.None)]
public interface IManagementService

IManagementService 型別公開下列成員。

方法

  名稱 說明
公用方法 BeginCheckpoint 初始化查詢的非同步檢查點。
公用方法 CancelCheckpoint 取消暫止中的檢查點。
公用方法 ChangeQueryState 變更執行中查詢的狀態。
公用方法 ClearDiagnosticSettings 清除具名物件或物件集合的診斷設定。
公用方法 Create 使用指定的描述及父容器的位址來建立新的資源。
公用方法 Delete 刪除指定的資源。
公用方法 EndCheckpoint 等待暫止中的非同步檢查點要求完成。
公用方法 Enumerate 列舉要求的集合,並傳回包含 XML 要求定義集合的 EnumerateResponse
公用方法 Get 取得指定之資源的 XML 定義。
公用方法 GetDiagnosticSettings 取得套用至特定具名物件的診斷設定。
公用方法 GetDiagnosticView 取得具名物件或物件集合的診斷檢視。
公用方法 SetDiagnosticSettings 設定具名物件或物件集合的診斷設定。

上層

請參閱

參考

Microsoft.ComplexEventProcessing.ManagementService 命名空間