J-Integra® Espresso Programming Documentation (API)

POAManager.discard_requests Method

This operation changes the state of the POA manager to discarding. This causes associated POAs to discard incoming requests.

void discard_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 TypeCondition
POAManagerPackage.AdapterInactive An error occurs if the operation is invoked on the POAManager in inactive state.

See Also

POAManager Interface | POAManager Members | Ics Namespace