Click or drag to resize
ErrorUnitCentralGetErrorUnitJson Method
Gets the error unit json.

Namespace: ErrorUnit
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public IEnumerable<string> GetErrorUnitJson(
	DateTime afterdate
)

Parameters

afterdate
Type: SystemDateTime
The after-date.

Return Value

Type: IEnumerableString
ErrorUnit serialized errors after date.

Implements

ILoggerGetErrorUnitJson(DateTime)
See Also