SIKAsyncServiceWorker Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | SIKIWorker |
| Declared in | SIKAsyncServiceWorker.h SIKAsyncServiceWorker.m |
Other Methods
+ getInstance
It provides AsyncServiceWorker singleton instance
+ (SIKAsyncServiceWorker *)getInstanceReturn Value
AsyncServiceWorker singleton instance
Discussion
It provides AsyncServiceWorker singleton instance
Declared In
SIKAsyncServiceWorker.h
Other Methods
– addRequest:
Add request
- (void)addRequest:(id<SIKIRequest>)requestParameters
request |
IRequest |
|---|
Discussion
Add request
Declared In
SIKIWorker.h
– removeRequest:
Remove request
- (void)removeRequest:(id<SIKIRequest> const)serviceParameters
request |
IRequest |
|---|
Discussion
Remove request
Declared In
SIKIWorker.h
– containsRequest:
Check whether it contains request or not
- (BOOL)containsRequest:(id<SIKIRequest> const)requestParameters
request |
(true/false) TRUE: If it contains the request | FALSE: If it does not contains the request |
|---|
Discussion
Check whether it contains request or not
Declared In
SIKIWorker.h
– startWorker
Start the worker to handle the requests
- (void)startWorkerDiscussion
Start the worker to handle the requests
Declared In
SIKIWorker.h
– isWorkerRunning
Check whether worker is running or not
- (BOOL)isWorkerRunningReturn Value
(true/false) TRUE: If worker is running | FALSE: If worker is not running
Discussion
Check whether worker is running or not
Declared In
SIKIWorker.h