BEA Logo BEA Tuxedo Release 8.0

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

   Tuxedo Documentation   |   Programming BEA Tuxedo ATMI Applications Using C   |   Local Topics   |   Previous Topic   |   Next Topic   |   Contents

 


Unsubscribing from Events

The tpunsubscribe(3c) function enables a BEA Tuxedo system ATMI 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 ATMI C Function Reference.

 

back to top previous page next page