ClientBase<TChannel>.EndOperationDelegate Delegar

Definição

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() 

Parâmetros

Valor Retornado

Object[]

Uma matriz de Object que contém os resultados da chamada para o método assíncrono.An array of Object that contains the results of the call to the asynchronous method. A operação pode ter vários valores retornados, que são retornados na matriz deste objeto.The operation may have multiple return values, which are all returned in this object array.

Métodos de Extensão

GetMethodInfo(Delegate)

Obtém um objeto que representa o método representado pelo delegado especificado.Gets an object that represents the method represented by the specified delegate.

Aplica-se a