Share via


IInputSessionShutdown.DoneReceiving(IDuplexContextChannel) 方法

定义

指示客户端通道完成作为双工消息交换的一部分的消息接收的时间。

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

适用于