WorkflowServiceHost.OnBeginOpen(TimeSpan, AsyncCallback, Object) 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.
Commence une opération asynchrone appelée lorsque l'hôte de service de flux de travail est ouvert.
protected:
override IAsyncResult ^ OnBeginOpen(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
protected override IAsyncResult OnBeginOpen (TimeSpan timeout, AsyncCallback callback, object state);
override this.OnBeginOpen : TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overrides Function OnBeginOpen (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- timeout
- TimeSpan
Période maximale d'exécution de l'opération d'ouverture asynchrone avant expiration du délai d'attente.
- callback
- AsyncCallback
Délégué de rappel asynchrone qui reçoit la notification de la fin de l'opération d'ouverture asynchrone.
- state
- Object
Données d'état définies par l'utilisateur associées à l'opération d'ouverture asynchrone.
Retours
Référence à l'opération asynchrone.