ChannelDispatcher.OnOpening 方法
定义
检查通道调度程序是否附加到宿主。Checks whether the channel dispatcher is attached to a host.
protected:
override void OnOpening();
protected override void OnOpening ();
override this.OnOpening : unit -> unit
Protected Overrides Sub OnOpening ()
例外
宿主为 null。The host is null.
注解
通道调度程序必须在打开时与非 null 服务宿主相关联。The channel dispatcher must be associated with a non-null service host on opening.