ami_SessionOnData()
Function
Declaration
ami_Error ami_SessionOnData(
ami_Session inAmiSession,
ami_Method inAmiMethod);
Purpose
Calls the ami_OnInvokeCallback
function of the specified AMI asynchronous method once for each currently active subscription. This function is typically invoked when new data becomes available for an asynchronous method. The ami_OnInvokeCallback
is called with the subscriptions argument values allowing the application to properly send the new data to each subscription.
Parameters
Parameter |
Description |
|
Handle of AMI session. |
|
AMI Asynchronous method handle. |