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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา