Udostępnij za pośrednictwem


IInputSessionShutdown.ChannelFaulted(IDuplexContextChannel) Metoda

Definicja

Wskazuje, że wystąpił błąd kanału.

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)

Parametry

channel
IDuplexContextChannel

IDuplexContextChannelWystąpił błąd.

Uwagi

Użyj ChannelFaulted metody, aby wykonać niestandardowe zachowanie w przypadku awarii kanału. Zazwyczaj kanał jest przerwany.

Dotyczy