C# Class Nyan.Modules.Web.REST.Sequences

Initialization hooks for the REST module.
Afficher le fichier Open project: bucknellu/Nyan

Méthodes publiques

Méthode Description
End ( ) : void

Shutdown sequence hook for the rest module. Intercepts and logs the reason, and call the core shutdown sequence.

Start ( ) : void

Start-up sequence hook for the rest module. Register and initializes WebApi routes.

Method Details

End() public static méthode

Shutdown sequence hook for the rest module. Intercepts and logs the reason, and call the core shutdown sequence.
public static End ( ) : void
Résultat void

Start() public static méthode

Start-up sequence hook for the rest module. Register and initializes WebApi routes.
public static Start ( ) : void
Résultat void