AmiSubscription::getUserData()
Method
Declaration
void * getUserData();
Purpose
Retrieves the application specific data attached to a particular asynchronous method subscription. This method is usually used in the AmiMethod::onInvoke()
callback when processing asynchronous method invocations to obtain access to the application specific data associated with that invocation.