VKOperation Class Reference
| Inherits from | NSOperation |
|---|---|
| Declared in | VKOperation.h VKOperation.m |
state
This operation state. Value from VKOperationState enum
@property (readwrite, nonatomic, assign) VKOperationState stateDiscussion
This operation state. Value from VKOperationState enum
Declared In
VKOperation.h
lock
Operation working lock
@property (readwrite, nonatomic, strong) NSRecursiveLock *lockDiscussion
Operation working lock
Declared In
VKOperation.h
responseQueue
Sets dispatch queue for returning result
@property (nonatomic, assign) dispatch_queue_t responseQueueDiscussion
Sets dispatch queue for returning result
Declared In
VKOperation.h