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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.