WSTrustServiceHost.InitializeRuntime Method

Definition

Override of the base class method. Configures the ServiceConfiguration on the service host and then invokes the base implementation.

protected:
 override void InitializeRuntime();
protected override void InitializeRuntime ();
override this.InitializeRuntime : unit -> unit
Protected Overrides Sub InitializeRuntime ()

Remarks

Invokes the UpdateServiceConfiguration method and then invokes the base implementation.

Applies to