Method NotifyDataMinerQueued
NotifyDataMinerQueued(int, object, object)
Sends a queued message to the SLDataMiner process via the SLProtocol process.
int NotifyDataMinerQueued(int iType, object value1, object value2)
Parameters
iType
intThe type of message to send.
value1
objectDepends on the type of message to send.
value2
objectDepends on the type of message to send.
Returns
- int
(int): HRESULT value.
Remarks
Refer to Notify Types overview for an overview of the available Notify types.