WorkflowInstance.BeginFlushTrackingRecords Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelée par l'exécution du flux de travail pour commencer à envoyer de façon asynchrone des enregistrements de suivi en attente aux participants de suivi.
protected:
IAsyncResult ^ BeginFlushTrackingRecords(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
protected IAsyncResult BeginFlushTrackingRecords (TimeSpan timeout, AsyncCallback callback, object state);
member this.BeginFlushTrackingRecords : TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Function BeginFlushTrackingRecords (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- timeout
- TimeSpan
Période après laquelle la tentative doit être abandonnée.
- callback
- AsyncCallback
Méthode à appeler lorsque l'opération de suivi est terminée.
- state
- Object
Informations sur l'opération asynchrone.
Retours
État de l'opération de suivi actuelle.