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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.