IManagementService.Delete 方法 (DeleteRequest)

 

刪除指定的資源。

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

語法

[FaultContractAttribute(typeof(ManagementFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Fault")]
[OperationContractAttribute(Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Delete", 
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/DeleteResponse")]
[FaultContractAttribute(typeof(InvalidNameFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")]
DeleteResponse Delete(
    DeleteRequest request
)
[FaultContractAttribute((ManagementFault^::typeid), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Fault")]
[OperationContractAttribute(Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Delete", 
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/DeleteResponse")]
[FaultContractAttribute((InvalidNameFault^::typeid), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")]
DeleteResponse^ Delete(
    DeleteRequest^ request
)
[<FaultContractAttribute(typeof(ManagementFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Fault")>]
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Delete",
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/DeleteResponse")>]
[<FaultContractAttribute(typeof(InvalidNameFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")>]
abstract Delete : 
        request:DeleteRequest -> DeleteResponse
<FaultContractAttribute(GetType(ManagementFault), Action := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Fault")>
<OperationContractAttribute(Action := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Delete",
    ReplyAction := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/DeleteResponse")>
<FaultContractAttribute(GetType(InvalidNameFault), Action := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")>
Function Delete (
    request As DeleteRequest
) As DeleteResponse

參數

傳回值

Type: Microsoft.ComplexEventProcessing.ManagementService.DeleteResponse

包含資源名稱的 DeleteResponse 物件。

請參閱

IManagementService 介面
Microsoft.ComplexEventProcessing.ManagementService 命名空間

回到頁首