ServiceHostBase.InitializeRuntime Method

Definition

Initializes the runtime for the service host.

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

Exceptions

The description of the service hosted is null.

Applies to