WSCHibernationHandler Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | WSCHibernationHandler.h |
– onSuccess
required method
On success response for Hibernate requests originated from Client.
- (void)onSuccessDiscussion
On success response for Hibernate requests originated from Client.
Declared In
WSCHibernationHandler.h
– onFailure:
required method
On failure response for Hibernate requests originated from Client.
- (void)onFailure:(WSCStatusCode)codeParameters
code |
|---|
Discussion
On failure response for Hibernate requests originated from Client.
Declared In
WSCHibernationHandler.h
– onRequest
required method
Returns a WSCHibernateParams object on request for Hibernate from the Server.
- (WSCHibernateParams *)onRequestReturn Value
Discussion
Returns a WSCHibernateParams object on request for Hibernate from the Server.
Declared In
WSCHibernationHandler.h
– onRequestCompleted:
required method
On completion of request for Hibernate originated from the Server.
- (void)onRequestCompleted:(WSCStatusCode)codeParameters
code |
status code |
|---|
Discussion
On completion of request for Hibernate originated from the Server.
Declared In
WSCHibernationHandler.h