WSCHibernateParams Class Reference

Inherits from NSObject
Declared in WSCHibernateParams.h

Overview

Identifies the Session Hibernate Parameters.

  timeToLive

Time in seconds for how long a hibernated session can live on the Server.

@property (readonly) NSInteger timeToLive

Discussion

Time in seconds for how long a hibernated session can live on the Server.

Declared In

WSCHibernateParams.h

– initWithTTL:

Gets an WSCHibernateParams object containing an initialized timeToLive property.

- (instancetype)initWithTTL:(NSInteger)timeToLive

Parameters

timeToLive

time in seconds

Discussion

Gets an WSCHibernateParams object containing an initialized timeToLive property.

Declared In

WSCHibernateParams.h

– toJson

Returns a JSON dictionary.

- (NSDictionary *)toJson

Return Value

NSDictionary

Discussion

Returns a JSON dictionary.

Declared In

WSCHibernateParams.h

– description

Returns a string representation

- (NSString *)description

Return Value

NSString

Discussion

Returns a string representation

Declared In

WSCHibernateParams.h