Condividi tramite


ClientBase<TChannel>.ChannelBase<T>.EndInvoke Metodo

Definizione

Completa una chiamata asincrona dal nome di un metodo specificato.

protected:
 System::Object ^ EndInvoke(System::String ^ methodName, cli::array <System::Object ^> ^ args, IAsyncResult ^ result);
protected object EndInvoke (string methodName, object[] args, IAsyncResult result);
member this.EndInvoke : string * obj[] * IAsyncResult -> obj
Protected Function EndInvoke (methodName As String, args As Object(), result As IAsyncResult) As Object

Parametri

methodName
String

Nome del metodo chiamato in modo asincrono.

args
Object[]

Matrice di argomenti per il metodo richiamato.

result
IAsyncResult

Risultato restituito da una chiamata.

Restituisce

Object restituito dal metodo richiamato.

Si applica a