ClientBase<TChannel>.EndOperationDelegate Delegate

Definition

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

Parameters

Return Value

Object[]

An array of Object that contains the results of the call to the asynchronous method. The operation may have multiple return values, which are all returned in this object array.

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to