AddMessageCallback Method
Add a BCL message callback.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0

Parameters
- cb
-
Type:
BCLXPRBMessageCallback
XPRBMessageCallback object that points to the CB method. - data
-
Type:
SystemObject
An object that may be used to send data to the CB method.

XPRBprob prob = new XPRBprob("NewProb"); object userData = IntPtr.Zero; XPRBMessageCallback msgCB = new XPRBMessageCallback(message_cb_method); prob.AddMessageCallback(msgCB, userData);
