SqlPersistenceProviderFactory.OnBeginOpen 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.
Représente le début de la phase d'ouverture (Open).
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 précédant l'abandon de la tentative par le fournisseur de persistance.
- callback
- AsyncCallback
Méthode à appeler lorsque l'opération est terminée.
- state
- Object
Objet fourni par l'utilisateur qui différencie cette opération asynchrone des autres opérations.
Retours
État de l'appel de la méthode OnBeginOpen(TimeSpan, AsyncCallback, Object) asynchrone.
Remarques
La phase Open a lieu lorsque le service est ouvert.