J-Integra® Espresso Programming Documentation (API)

ProxyPullSupplier.connect_pull_consumer Method

Applications cannot pull events before this operation is invoked.

void connect_pull_consumer(
 CosEventComm.PullConsumer a_pull_consumer
);

Parameters

a_pull_consumer
Callback interface used to inform the the application when the Event Service is destroyed. The argument can be nil.

Return Value

none

Remarks

none

Exceptions

AlreadyConnected if the operation is called a second time.

See Also

ProxyPullSupplier Interface | ProxyPullSupplier Members | Ics.CosEventChannelAdmin Namespace