ServiceHostBase.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.
Exécute une opération asynchrone appelée à la fermeture de l'hôte du service.
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
IAsyncResult retourné par un appel à la méthode OnBeginClose(TimeSpan, AsyncCallback, Object).