다음을 통해 공유


ChannelFactoryBase<TChannel>.ValidateCreateChannel 메서드

정의

채널 팩터리가 열려 있고 채널을 만들 준비가 되었는지 확인합니다.

protected:
 void ValidateCreateChannel();
protected void ValidateCreateChannel ();
member this.ValidateCreateChannel : unit -> unit
Protected Sub ValidateCreateChannel ()

예외

통신 개체가 Closing 또는 Closed 상태에 있는 경우

통신 개체가 Faulted 상태에 있는 경우

현재 채널 팩터리가 Opened 상태가 아닌 경우

설명

메서드는 나열된 예외 중 하나를 throw하고 테이블에 나열된 순서대로 조건을 확인합니다.

적용 대상