IBootstrapper.Initialize Method

Definition

Defines the entry point for the application. It is the responsibility of this entry point to call ServiceConfig which will start the configuration of the application.

public void Initialize ();
abstract member Initialize : unit -> unit
Public Sub Initialize ()

Applies to