Click or drag to resize

EventMonitorArgs Constructor (String, Boolean)

Initializes a new instance of the EventMonitorArgs class

Namespace:  Micros.PosCore.Extensibility
Assembly:  PosCommonClasses (in PosCommonClasses.dll)
Syntax
C#
public EventMonitorArgs(
	string strEventID,
	bool bIsInfoOnly
)

Parameters

strEventID
Type: SystemString
bIsInfoOnly
Type: SystemBoolean
See Also