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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.