ServiceHostBase.ApplyConfiguration 方法

定义

从配置文件加载服务说明信息,并将其应用于正在构造的运行库。Loads the service description information from the configuration file and applies it to the runtime being constructed.

protected:
 virtual void ApplyConfiguration();
protected virtual void ApplyConfiguration ();
abstract member ApplyConfiguration : unit -> unit
override this.ApplyConfiguration : unit -> unit
Protected Overridable Sub ApplyConfiguration ()

例外

承载服务的说明为 nullThe description of the service hosted is null.

适用于