ServiceHostBase.OnEndOpen(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 à l'ouverture de l'hôte du service.
protected:
override void OnEndOpen(IAsyncResult ^ result);
protected override sealed void OnEndOpen (IAsyncResult result);
protected override void OnEndOpen (IAsyncResult result);
override this.OnEndOpen : IAsyncResult -> unit
Protected Overrides NotOverridable Sub OnEndOpen (result As IAsyncResult)
Protected Overrides Sub OnEndOpen (result As IAsyncResult)
Paramètres
- result
- IAsyncResult
IAsyncResult retourné par un appel à la méthode OnBeginOpen(TimeSpan, AsyncCallback, Object).