ChannelFactoryBase<TChannel>.ValidateCreateChannel 方法

定义

确认通道工厂是打开的,并且已准备就绪,可以创建通道了。

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

例外

通信对象处于 ClosingClosed 状态。

通信对象处于 Faulted 状态。

当前通道工厂不处于 Opened 状态。

注解

方法引发所列的异常之一,并按照表中的顺序检查相应条件。

适用于