TIBCO Adapter SDK C++ Reference
MOperationRequest::syncInvoke
MOperationRequest
This method synchronously invokes a remote operation. When this method returns, the reply is available through the MOperationRequest::getReply() call.
Remarks
The M_INVOCATION_DEFAULT_TIMEOUT is the timeout that is specified in the designer when the client is configured. If the timeout is not specified then it is set to 60 seconds.

Timeout value of 0 has special meaning. It will cause the operation to wait for the reply indefinitely.

Parameters
Parameters Description
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 and an error is signaled.

Exceptions
Declaration
virtual void syncInvoke(unsigned long ultimeout = M_INVOCATION_DEFAULT_TIMEOUT) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.