The method sends a request expecting a reply to come back within a certain amount of time. The reply is returned synchronously as the value of the method. If the method times out, it returns false.
Note
Do not use this method from within a callback. If it causes a timeout, you might lose TIBCO Rendezvous messages otherwise.