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).
Namespace: Quine.HRCatalogAssembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
public EventId ToEventId(
byte flags = 0
)
- flags Byte (Optional)
- Additional bits to pack into event id; default is 0.
EventId
An instance of
EventId that preserves facility, error code and severity.