TIBCO Adapter SDK C++ Reference
|
Timeout value of 0 has special meaning. It will cause the operation to wait for the reply indefinitely.
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.
|
virtual void syncInvoke(unsigned long ultimeout = M_INVOCATION_DEFAULT_TIMEOUT) throw(MException);