TIBCO Adapter SDK C++ Reference
Up | Next
MOperationRequest::asyncInvoke
MOperationRequest
This method invokes the remote operation and registers an asynchronous listener to process the reply.
Parameters
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().
Declaration
virtual void asyncInvoke(MOperationReplyListener* pReplyListener, unsigned long ultimeout = M_INVOCATION_DEFAULT_TIMEOUT);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.