IInputSessionShutdown.ChannelFaulted(IDuplexContextChannel) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出通道發生錯誤。
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 方法來執行某個自訂行為。 通常此時通道已中止。