共用方式為


IInputSessionShutdown.ChannelFaulted(IDuplexContextChannel) 方法

定義

指出通道發生錯誤。

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

參數

channel
IDuplexContextChannel

發生錯誤的 IDuplexContextChannel

備註

當通道發生錯誤時,可以使用 ChannelFaulted 方法來執行某個自訂行為。 通常此時通道已中止。

適用於