Partager via


Méthode BeginCheckpoint

Initie un point de contrôle asynchrone pour la requête.

Espace de noms :  Microsoft.ComplexEventProcessing.ManagementService
Assembly :  Microsoft.ComplexEventProcessing.ManagementService (en Microsoft.ComplexEventProcessing.ManagementService.dll)

Syntaxe

[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")]
[OperationContractAttribute(AsyncPattern = true, Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Checkpoint", 
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/CheckpointResponse")]
IAsyncResult BeginCheckpoint(
    CheckpointRequest request,
    AsyncCallback asyncCallback,
    Object asyncState
)

Paramètres

  • asyncState
    Type : System. . :: . .Object
    Objet fourni par l'utilisateur qui distingue ce point de contrôle asynchrone des autres requêtes.

Valeur de retour

Type : System. . :: . .IAsyncResult
Point de contrôle asynchrone, qui pourrait être encore en attente.

Notes

Pour plus d'informations, consultez Création d'applications StreamInsight résistantes.

Voir aussi

Référence

IManagementService Interface

Espace de noms Microsoft.ComplexEventProcessing.ManagementService