![]() |
Lightstreamer iOS Client 1.1.1
Native iOS/Mac OS X Client library for Lightstreamer Server version 4.x and up
|
The LSSubscribedTableKey class contains the key value to be used to unsubscribe from tables. More...
#import <LSSubscribedTableKey.h>
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. |
The LSSubscribedTableKey class contains the key value to be used to unsubscribe from tables.
- (id) initWithKeyValue: | (int) | keyValue |
Initializes an LSSubscribedTableKey object with the specified parameters.
keyValue | The key value of the table. |
+ (LSSubscribedTableKey *) tableKeyWithKeyValue: | (int) | keyValue |
Creates and returns an LSSubscribedTableKey object with the specified parameters.
keyValue | The key value of the table. |
- (int) keyValue [read, assign] |
The key value to be used to unsubscribe from the table.