Edit

Share via


ClientBase<TChannel>.EndOperationDelegate Delegate

Definition

protected delegate object[] ClientBase<TChannel>.EndOperationDelegate(IAsyncResult result) where TChannel : class;

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