Lightstreamer OS X Client 1.0.4
Native OS X Client library for Lightstreamer
Public Member Functions | Static Public Member Functions | Properties

LSSubscribedTableKey Class Reference

The LSSubscribedTableKey class contains the key value to be used to unsubscribe from tables. More...

#import <LSSubscribedTableKey.h>

List of all members.

Public Member Functions

(id) - initWithKeyValue:
 Initializes an LSSubscribedTableKey object with the specified parameters.

Static Public Member Functions

(LSSubscribedTableKey *) + tableKeyWithKeyValue:
 Creates and returns an LSSubscribedTableKey object with the specified parameters.

Properties

int keyValue
 The key value to be used to unsubscribe from the table.

Detailed Description

The LSSubscribedTableKey class contains the key value to be used to unsubscribe from tables.


Member Function Documentation

- (id) initWithKeyValue: (int)  keyValue

Initializes an LSSubscribedTableKey object with the specified parameters.

Parameters:
keyValueThe key value of the table.
Returns:
The LSSubscribedTableKey object.
+ (LSSubscribedTableKey *) tableKeyWithKeyValue: (int)  keyValue

Creates and returns an LSSubscribedTableKey object with the specified parameters.

Parameters:
keyValueThe key value of the table.
Returns:
The LSSubscribedTableKey object.

Property Documentation

- (int) keyValue [read, assign]

The key value to be used to unsubscribe from the table.


The documentation for this class was generated from the following file: