ILoggerGetErrorUnitJson Method |
Gets the error unit json.
Namespace: ErrorUnit.InterfacesAssembly: ErrorUnit.Interfaces (in ErrorUnit.Interfaces.dll) Version: 1.0.1.29696 (1.0.0.1)
Syntax IEnumerable<string> GetErrorUnitJson(
DateTime afterdate
)
Parameters
- afterdate
- Type: SystemDateTime
The after-date.
Return Value
Type:
IEnumerableStringErrorUnit serialized errors after date.
See Also