Share via


CancelCheckpoint-Methode

Bricht einen Prüfpunkt ab, dessen Ausführung noch aussteht.

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

Syntax

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

Parameter

Hinweise

Weitere Informationen finden Sie unter Erstellen stabiler StreamInsight-Anwendungen.

Siehe auch

Verweis

IManagementService Schnittstelle

Microsoft.ComplexEventProcessing.ManagementService-Namespace