IManagementService.Delete Method

Deletes the specified resource.

Namespace:  Microsoft.ComplexEventProcessing.ManagementService
Assembly:  Microsoft.ComplexEventProcessing.ManagementService (in Microsoft.ComplexEventProcessing.ManagementService.dll)

Syntax

[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
)

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.ManagementService.DeleteResponse
A DeleteResponse object that contains the name of the resource.

See Also

Reference

IManagementService Interface

Microsoft.ComplexEventProcessing.ManagementService Namespace