|
Allows to negotiate timeout handling over dial-up lines. - Parameters:
-
| time_to_transmit | If the servant plans to dialup the remote object before the negotiable_timeout expires, it must call negotiate, passing as the time_to_transmit parameter the time before the dialup will be established and the message queue sent to remote object. |
- Returns:
- Normally, the client will return true which means that the asynchronous request should stay in the queue and that the client expects the callback notification when the call executes on the remote side. If, however, the servant plans to dial the remote object after the negotiable_timeout, it has two choices: either to move the dial time forward so that the dialup happens before the negotiable_timeout expires or not. Either way, it has to call negotiate with the time_to_transmit parameter. If this time is longer than negotiable_timeout the client may return false, indicating that the request should be removed from the queue and that the client expects no further callbacks. In case of true, the scenario is the same as before.
- Todo:
- This method is not currently being utilized in the latest ACS release. 3AC90A2403D1
|