IManagementService.CancelCheckpoint Method (CancelCheckpointRequest)

 

Cancels a pending checkpoint.

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

Syntax

[OperationContractAttribute(Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/CancelCheckpoint", 
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/CancelCheckpointResponse")]
[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")]
void CancelCheckpoint(
    CancelCheckpointRequest request
)
[OperationContractAttribute(Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/CancelCheckpoint", 
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/CancelCheckpointResponse")]
[FaultContractAttribute((ManagementFault^::typeid), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Fault")]
[FaultContractAttribute((InvalidNameFault^::typeid), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")]
void CancelCheckpoint(
    CancelCheckpointRequest^ request
)
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/CancelCheckpoint",
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/CancelCheckpointResponse")>]
[<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")>]
abstract CancelCheckpoint : 
        request:CancelCheckpointRequest -> unit
<OperationContractAttribute(Action := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/CancelCheckpoint",
    ReplyAction := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/CancelCheckpointResponse")>
<FaultContractAttribute(GetType(ManagementFault), Action := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Fault")>
<FaultContractAttribute(GetType(InvalidNameFault), Action := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")>
Sub CancelCheckpoint (
    request As CancelCheckpointRequest
)

Parameters

See Also

IManagementService Interface
Microsoft.ComplexEventProcessing.ManagementService Namespace

Return to top