IInputSessionShutdown.DoneReceiving(IDuplexContextChannel) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示客户端通道完成作为双工消息交换的一部分的消息接收的时间。
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
已完成接收的 IDuplexSessionChannel。