BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Programming   |   Topic List   |   Previous   |   Next   |   Contents

   Programming a BEA Tuxedo Application Using C

Unsubscribing from Events

The tpunsubscribe(3c) function enables a BEA Tuxedo system client or server to unsubscribe from an event.

Use the following signature to call the tpunsubscribe() function.

int
tpunsubscribe (long subscription, long flags)

The following table describes the arguments to the tpunsubscribe() function.

tpunsubscribe( ) Function Arguments

Argument

Description

subscription

Subscription handle returned by a call to tpsubscribe().

flags

Flag options. For more information on available flag options, refer to tpunsubscribe(3c) in the BEA Tuxedo C Function Reference.