C# Класс Nyan.Modules.Web.REST.Sequences

Initialization hooks for the REST module.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

End() публичный статический Метод

Shutdown sequence hook for the rest module. Intercepts and logs the reason, and call the core shutdown sequence.
public static End ( ) : void
Результат void

Start() публичный статический Метод

Start-up sequence hook for the rest module. Register and initializes WebApi routes.
public static Start ( ) : void
Результат void