共用方式為


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

適用於