QHResultToEventId Method

Conversion to EventId that allows for 6 bits of additional data to be put in event id's flags (top two bits map severity).

Definition

Namespace: Quine.HRCatalog
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public EventId ToEventId(
	byte flags = 0
)

Parameters

flags  Byte  (Optional)
Additional bits to pack into event id; default is 0.

Return Value

EventId
An instance of EventId that preserves facility, error code and severity.

See Also