다음을 통해 공유


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 메서드를 사용합니다. 일반적으로 채널이 중단됩니다.

적용 대상