IInputSessionShutdown.DoneReceiving(IDuplexContextChannel) 方法

定义

指示客户端通道完成作为双工消息交换的一部分的消息接收的时间。Indicates when the client channel is done receiving messages as part of the duplex message exchange.

public:
 void DoneReceiving(System::ServiceModel::IDuplexContextChannel ^ channel);
public void DoneReceiving (System.ServiceModel.IDuplexContextChannel channel);
abstract member DoneReceiving : System.ServiceModel.IDuplexContextChannel -> unit
Public Sub DoneReceiving (channel As IDuplexContextChannel)

参数

channel
IDuplexContextChannel

已完成接收的 IDuplexSessionChannelThe IDuplexSessionChannel that is done receiving.

适用于