Lightstreamer iOS Client  1.4.4
Native iOS Client library for Lightstreamer
Instance Methods | Class Methods | Properties | List of all members
LSSubscribedTableKey Class Reference

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

#import <LSSubscribedTableKey.h>

Inheritance diagram for LSSubscribedTableKey:

Instance Methods

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

Class Methods

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

Properties

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

Detailed Description

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

Method Documentation

- (id) initWithKeyValue: (int)  keyValue

Initializes an LSSubscribedTableKey object with the specified parameters.


This initializer is for internal use only.

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.


This factory method is for internal use only.

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

Property Documentation

- (int) keyValue
readnonatomicassign

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


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