StatusController Class

Definition

This controller can be pinged to determine whether the service is online.

[System.Web.Http.Description.ApiExplorerSettings(IgnoreApi=true)]
public class StatusController : System.Web.Http.ApiController
[<System.Web.Http.Description.ApiExplorerSettings(IgnoreApi=true)>]
type StatusController = class
    inherit ApiController
Public Class StatusController
Inherits ApiController
Inheritance
StatusController
Attributes
System.Web.Http.Description.ApiExplorerSettingsAttribute

Constructors

StatusController()

Methods

Get()

Gets the current status of the service.

Applies to