import "acscommon.idl";
Public Attributes | |
TimeInterval | normal_timeout |
TimeInterval | negotiable_timeout |
Tag | id_tag |
When a client passes a callback to the server, it must accompany it with the CBDescIn structure. CBDescIn is sent by the client to the server to inform it that it expects a reply within the normal_timeout period specified in TimeInterval format before it will raise a timeout error condition. The server must complete the operation or send a notification that the operation is still in progress.
Parameter normal_timeout in CBDescIn is sent by the client to the server to inform it that it expects a reply in the normal_timeout period specified in TimeInterval format, before it will raise a timeout error condition. The server must complete the operation or send a notification that the operation is still in progress. The mechanism of callback timeouts is explained more in detail at the end of this section.