Gets a count of the recent number of errors in the system.

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public int GetRecentErrorCount(
	Nullable<int> days
)
Visual Basic
Public Function GetRecentErrorCount ( 
	days As Nullable(Of Integer)
) As Integer
Visual C++
public:
int GetRecentErrorCount(
	Nullable<int> days
)

Parameters

days
Type: System..::..Nullable<(Of <(<'Int32>)>)>

[Missing <param name="days"/> documentation for "M:Caisis.DataAccess.ErrorLogDa.GetRecentErrorCount(System.Nullable{System.Int32})"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Caisis.DataAccess.ErrorLogDa.GetRecentErrorCount(System.Nullable{System.Int32})"]

See Also