J-Integra® Espresso Programming Documentation (API)

PullConsumer.disconnect_pull_consumer Method

The disconnect_pull_consumer operation indicates that the peer has disconnected, for example, because it has been destroyed. The application can safely release all resources attached to this consumer and destroy it, any attemps to pull more data should fail.

void disconnect_pull_consumer();

Parameters

none

Return Value

none

Remarks

none

Exceptions

none

See Also

PullConsumer Interface | PullConsumer Members | Ics.CosEventComm Namespace