Click or drag to resize

cCoreMessagePumpDelegate Delegate

Delegate used by cThreadWaitBase to run the interface message pump when waiting for a thread to complete

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public delegate void MessagePumpDelegate()
Remarks
Set cCore.setMessagePumpDelegate(MessagePumpDelegate) from the interface to allow the interface to process messages while waiting for a thread to complete.
See Also