ClientBase<TChannel>.EndOperationDelegate 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.
Représente un délégué appelé par InvokeAsync(ClientBase<TChannel>.BeginOperationDelegate, Object[], ClientBase<TChannel>.EndOperationDelegate, SendOrPostCallback, Object) la réussite de l’appel effectué par InvokeAsync(ClientBase<TChannel>.BeginOperationDelegate, Object[], ClientBase<TChannel>.EndOperationDelegate, SendOrPostCallback, Object)ClientBase<TChannel>.BeginOperationDelegate.
protected: where TChannel : classdelegate cli::array <System::Object ^> ^ ClientBase<TChannel>::EndOperationDelegate(IAsyncResult ^ result);
protected delegate object[] ClientBase<TChannel>.EndOperationDelegate(IAsyncResult result) where TChannel : class;
Protected Delegate Function ClientBase(Of TChannel).EndOperationDelegate(result As IAsyncResult) As Object()
Paramètres
- result
- IAsyncResult
Résultat retourné par l’appel effectué par InvokeAsync(ClientBase<TChannel>.BeginOperationDelegate, Object[], ClientBase<TChannel>.EndOperationDelegate, SendOrPostCallback, Object)
Valeur renvoyée
Tableau contenant Object les résultats de l’appel à la méthode asynchrone. L’opération peut avoir plusieurs valeurs de retour, qui sont toutes retournées dans ce tableau d’objets.
Méthodes d’extension
| Nom | Description |
|---|---|
| GetMethodInfo(Delegate) |
Obtient un objet qui représente la méthode représentée par le délégué spécifié. |