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

Definice

Dokončí asynchronní vyvolání názvem zadané metody.

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

Parametry

methodName
String

Název metody s názvem asynchronně.

args
Object[]

Pole argumentů pro vyvolanou metodu.

result
IAsyncResult

Výsledek vrácený voláním

Návraty

Výstup Object vyvolána metodou .

Platí pro