ChannelFactoryBase.OnBeginClose(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 pour fermer chacun des canaux créés par la fabrique.
protected:
override IAsyncResult ^ OnBeginClose(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
protected override IAsyncResult OnBeginClose (TimeSpan timeout, AsyncCallback callback, object state);
override this.OnBeginClose : TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overrides Function OnBeginClose (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- timeout
- TimeSpan
TimeSpan qui spécifie le délai d'exécution de l'opération de fermeture avant le dépassement du délai d'attente.
- callback
- AsyncCallback
Délégué AsyncCallback qui reçoit la notification de la fin de l'opération asynchrone de fermeture.
- state
- Object
Objet, spécifié par l'application, qui contient les informations d'état associées à l'opération de fermeture asynchrone.
Retours
IAsyncResult qui fait référence à l'opération de fermeture asynchrone.