Table of Contents

Interface IFSAppStartupHook

Namespace
FS.Hosting.Shared
Assembly
FS.Hosting.Shared.dll

[Injectable] Dieser Hook wird beim Start der Application ausgeführt.

public interface IFSAppStartupHook

Remarks

Die Ausführung findet in einem Scope-Context statt - der StartupHook kann also als Scoped Service registriert werden und so andere Scoped Services verwenden. Es können mehrere Hooks registriert werden.

Methods

OnStartup()