Click or drag to resize

IExecutionContextUnSubscribeFromEvent Method

Namespace:  Micros.PosCore.Extensibility
Assembly:  PosCommonClasses (in PosCommonClasses.dll) Version: 18.2
Syntax
C#
bool UnSubscribeFromEvent(
	string strEventID,
	EventMonitorDelegate d
)

Parameters

strEventID
Type: SystemString
d
Type: Micros.PosCore.ExtensibilityEventMonitorDelegate

Return Value

Type: Boolean
See Also