ClientBase<TChannel>.ChannelBase<T>.IRequestChannel.EndRequest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Completes an asynchronous operation to return a message-based response to a transmitted request.
virtual System::ServiceModel::Channels::Message ^ System.ServiceModel.Channels.IRequestChannel.EndRequest(IAsyncResult ^ result) = System::ServiceModel::Channels::IRequestChannel::EndRequest;
System.ServiceModel.Channels.Message IRequestChannel.EndRequest (IAsyncResult result);
abstract member System.ServiceModel.Channels.IRequestChannel.EndRequest : IAsyncResult -> System.ServiceModel.Channels.Message
override this.System.ServiceModel.Channels.IRequestChannel.EndRequest : IAsyncResult -> System.ServiceModel.Channels.Message
Function EndRequest (result As IAsyncResult) As Message Implements IRequestChannel.EndRequest
Parameters
- result
- IAsyncResult
The result of the operation.
Returns
The message received in response to the request.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.