SqlPersistenceProviderFactory.OnEndClose(IAsyncResult) 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 la fin de la phase Close.
protected:
override void OnEndClose(IAsyncResult ^ result);
protected override void OnEndClose (IAsyncResult result);
override this.OnEndClose : IAsyncResult -> unit
Protected Overrides Sub OnEndClose (result As IAsyncResult)
Paramètres
- result
- IAsyncResult
Référence au résultat de l'opération.
Remarques
La phase Close a lieu lorsque le service est fermé.