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 | 設定具名物件或物件集合的診斷設定。 |
上層