Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 C AMI API Reference : AMI C API Subscription Functions : ami_SubscriptionGetUserData()

ami_SubscriptionGetUserData()
Function
Declaration
ami_Error ami_SubscriptionGetUserData(
ami_Session inAmiSession,
ami_Subscription inAmiSubscription,
void ** inpUserData );/
Purpose
Allows you to retrieve the application specific data attached to a particular asynchronous method subscription. This function is usually used in the onInvoke callback when processing asynchronous method invocations to obtain access to the application specific data associated with that invocation.
Parameters
 
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved