ClientBase<TChannel>.EndOperationDelegate Delegato
Definizione
Rappresenta un delegato richiamato dal metodo InvokeAsync(ClientBase<TChannel>, Object[], ClientBase<TChannel>, SendOrPostCallback, Object) quando viene completata senza errori la chiamata eseguita da InvokeAsync(ClientBase<TChannel>, Object[], ClientBase<TChannel>, SendOrPostCallback, Object) a ClientBase<TChannel>.BeginOperationDelegate.Represents a delegate that is invoked by InvokeAsync(ClientBase<TChannel>, Object[], ClientBase<TChannel>, SendOrPostCallback, Object) on successful completion of the call made by InvokeAsync(ClientBase<TChannel>, Object[], ClientBase<TChannel>, SendOrPostCallback, Object) to 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()
Parametri di tipo
- TChannel
Parametri
- result
- IAsyncResult
Risultato restituito dalla chiamata eseguita da InvokeAsync(ClientBase<TChannel>, Object[], ClientBase<TChannel>, SendOrPostCallback, Object)The result returned by the call made by InvokeAsync(ClientBase<TChannel>, Object[], ClientBase<TChannel>, SendOrPostCallback, Object)
a ClientBase<TChannel>.BeginOperationDelegate.to ClientBase<TChannel>.BeginOperationDelegate.
Valore restituito
- Object[]
Matrice di Object contenente i risultati della chiamata al metodo asincrono.An array of Object that contains the results of the call to the asynchronous method. L'operazione può restituire più valori, tutti all'interno di questa matrice di oggetti.The operation may have multiple return values, which are all returned in this object array.
- Ereditarietà
Metodi di estensione
GetMethodInfo(Delegate) |
Ottiene un oggetto che rappresenta il metodo rappresentato dal delegato specificato.Gets an object that represents the method represented by the specified delegate. |