SmartAdmin.EnumHealthStatus Method

Definition

Overloads

EnumHealthStatus(Nullable<DateTime>, Nullable<DateTime>)

Returns DataTable that has the health status of smart admin by specifying the start and end time ranges

EnumHealthStatus()

Returns DataTable that has the health status of smart admin with default time range returned by TVF [fn_get_health_status]

EnumHealthStatus(Nullable<DateTime>, Nullable<DateTime>)

Returns DataTable that has the health status of smart admin by specifying the start and end time ranges

public System.Data.DataTable EnumHealthStatus (DateTime? startDate, DateTime? endDate);
member this.EnumHealthStatus : Nullable<DateTime> * Nullable<DateTime> -> System.Data.DataTable
Public Function EnumHealthStatus (startDate As Nullable(Of DateTime), endDate As Nullable(Of DateTime)) As DataTable

Parameters

startDate
Nullable<DateTime>

start date time for time range

endDate
Nullable<DateTime>

end date time for the time range

Returns

DataTable - based on query output from health status TVF

Applies to

EnumHealthStatus()

Returns DataTable that has the health status of smart admin with default time range returned by TVF [fn_get_health_status]

public System.Data.DataTable EnumHealthStatus ();
member this.EnumHealthStatus : unit -> System.Data.DataTable
Public Function EnumHealthStatus () As DataTable

Returns

DataTable - based on query output from health status TVF

Applies to