Click or drag to resize

ExecutionContextUnSubscribeFromEvent Method


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

Parameters

strEventID  String
 
d  EventMonitorDelegate
 

Return Value

Boolean

Implements

IExecutionContextUnSubscribeFromEvent(String, EventMonitorDelegate)
See Also