C# Class NuGetGallery.AppActivator

Afficher le fichier Open project: chocolatey/chocolatey.org

Méthodes publiques

Méthode Description
PostStart ( ) : void
PreStart ( ) : void
RegisterGlobalFilters ( GlobalFilterCollection filters ) : void
Stop ( ) : void

Private Methods

Méthode Description
AppPostStart ( ) : void
BackgroundJobsPostStart ( ) : void
BackgroundJobsStop ( ) : void
DbMigratorPostStart ( ) : void
MiniProfilerPostStart ( ) : void
MiniProfilerPreStart ( ) : void

Method Details

PostStart() public static méthode

public static PostStart ( ) : void
Résultat void

PreStart() public static méthode

public static PreStart ( ) : void
Résultat void

RegisterGlobalFilters() public static méthode

public static RegisterGlobalFilters ( GlobalFilterCollection filters ) : void
filters GlobalFilterCollection
Résultat void

Stop() public static méthode

public static Stop ( ) : void
Résultat void