Skip navigation.

Using the CORBA Notification Service

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

 


CosNotifyChannelAdmin::StructuredProxyPushSupplier::
disconnect_structured_push_supplier

Synopsis

Used to unsubscribe.

OMG IDL

void disconnect_structured_push_supplier();

Exceptions

CORBA::OBJECT_NOT_EXIST

Indicates that the subscription to be disconnected does not exist.

Note: For more information on exceptions and corresponding minor codes, see "Exception Minor Codes" on page -59.

Description

Used by subscriber applications when unsubscribing. This operation is used in subscriber applications to terminate a connection between the Notification Service and the subscriber's callback object.

Note: This operation does not stop event delivery instantaneously. After returning from this operation, a subscriber may continue to receive events for a period of time.

Examples

C++ code example:

subscription->disconnect_structured_push_supplier();

 

Skip navigation bar  Back to Top Previous Next