Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ hold()

virtual void Ice::ObjectAdapter::hold ( )
pure virtual

Stops reading requests from incoming connections.

Outstanding dispatches are not affected. The object adapter can be reactivated with activate.

Remarks
This function is provided for backward compatibility with older versions of Ice. Don't use it in new applications.