| J-Integra® Espresso Programming Documentation (API) |
|
POAManager.hold_requests Method
This operation changes the state of the POA manager to holding, causing
associated POAs to queue incoming requests.
void hold_requests(
bool wait_for_completion
);
Parameters
- wait_for_completion
-
if FALSE, the operation returns immediately after changing state. If TRUE, it
waits for all active requests to complete.
Return Value
none
Remarks
none
Exceptions
|
Exception Type | Condition |
POAManagerPackage.AdapterInactive |
An error occurs if the operation is invoked on the POAManager in
inactive state. |
See Also
POAManager Interface |
POAManager Members | Ics Namespace