Lightstreamer iOS Client
1.4.5
Native iOS Client library for Lightstreamer
|
The LSSubscribedTableKey class contains the key value to be used to unsubscribe from tables. More...
#import <LSSubscribedTableKey.h>
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... | |
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.
This initializer is for internal use only.
keyValue | The key value of the table. |
+ (LSSubscribedTableKey *) tableKeyWithKeyValue: | (int) | keyValue |
Creates and returns an LSSubscribedTableKey object with the specified parameters.
This factory method is for internal use only.
keyValue | The key value of the table. |
|
readnonatomicassign |
The key value to be used to unsubscribe from the table.