Discuss this help topic in SecureBlackbox Forum
This property specifies whether to control token insertion/removal.
Declaration
[C#]
bool MonitorSlotEvents;
[VB.NET]
Property MonitorSlotEvents As Boolean
[Pascal]
property MonitorSlotEvents : boolean;
[C++]
bool get_MonitorSlotEvents();
void set_MonitorSlotEvents(bool Value);
[PHP]
bool get_MonitorSlotEvents()
void set_MonitorSlotEvents(bool $Value)
[Java]
boolean getMonitorSlotEvents();
void setMonitorSlotEvents(boolean Value);
Description
If this property value is
True,
OnSlotEvent
will be fired on each token insertion/removal.
Discuss this help topic in SecureBlackbox Forum