Share via


Delete 方法

刪除指定的資源。

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

語法

[OperationContractAttribute(Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Delete", 
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/DeleteResponse")]
[FaultContractAttribute(typeof(ManagementFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Fault")]
[FaultContractAttribute(typeof(InvalidNameFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")]
DeleteResponse Delete(
    DeleteRequest request
)

參數

傳回值

型別:Microsoft.ComplexEventProcessing.ManagementService. . :: . .DeleteResponse
包含資源名稱的 DeleteResponse 物件。

請參閱

參考

IManagementService 介面

Microsoft.ComplexEventProcessing.ManagementService 命名空間