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

Initialization hooks for the REST module.
Exibir arquivo Open project: bucknellu/Nyan

Public Methods

Method 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 method

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

Start() public static method

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