次の方法で共有


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 メソッドを使用します。 通常、チャネルは中止されます。

適用対象