ClientBase<TChannel>.BeginOperationDelegate Délégué
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.
Délégué utilisé par InvokeAsync(ClientBase<TChannel>.BeginOperationDelegate, Object[], ClientBase<TChannel>.EndOperationDelegate, SendOrPostCallback, Object) pour appeler des opérations asynchrones sur le client.
protected: where TChannel : classdelegate IAsyncResult ^ ClientBase<TChannel>::BeginOperationDelegate(cli::array <System::Object ^> ^ inValues, AsyncCallback ^ asyncCallback, System::Object ^ state);
protected delegate IAsyncResult ClientBase<TChannel>.BeginOperationDelegate(object[] inValues, AsyncCallback asyncCallback, object state) where TChannel : class;
Protected Delegate Function ClientBase(Of TChannel).BeginOperationDelegate(inValues As Object(), asyncCallback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- inValues
- Object[]
Valeurs d'entrée de l'appel asynchrone.
- asyncCallback
- AsyncCallback
Référence à la méthode à appeler au terme de l'opération asynchrone correspondante.
- state
- Object
Object permettant au client de distinguer les différents appels asynchrones. Cet objet est mis à la disposition du client dans le paramètre d’arguments du rappel d’exécution de l’événement.
Valeur renvoyée
Résultat de l'appel asynchrone.
Méthodes d’extension
GetMethodInfo(Delegate) |
Obtient un objet qui représente la méthode représentée par le délégué spécifié. |