TIBCO Adapter SDK C++ Reference
|
Parameters | Description |
MOperationReplyListener* pReplyListener | Pointer to the MOperationReplyListener that listens for completion of the invocation of this request. |
unsigned long ultimeout = M_INVOCATION_DEFAULT_TIMEOUT | Timeout in milliseconds. If this timeout passes and no reply has been received, the message is considered unsuccessful. Such problems can be detected in the asynchronous listener when calling MOperationRequest::setClosure(). |
virtual void asyncInvoke(MOperationReplyListener* pReplyListener, unsigned long ultimeout = M_INVOCATION_DEFAULT_TIMEOUT);