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

Definicja

Kończy asynchroniczne wywołanie według nazwy określonej 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

Nazwa metody o nazwie asynchronicznie.

args
Object[]

Tablica argumentów wywoływanej metody.

result
IAsyncResult

Wynik zwrócony przez wywołanie.

Zwraca

Dane Object wyjściowe przez wywołaną metodę.

Dotyczy