This documentation is archived and is not being maintained.
LiveOperation class
Last modified: March 26, 2015
Represents an operation that sends a request to Live SDK REST reference.
Signature
@interface LiveOperation : NSObject
Methods
|
Name |
Description |
|---|---|
|
Cancels the current operation. |
Properties
|
Name |
Description |
|---|---|
|
The delegate instance that handles the operation callbacks. |
|
|
Gets the type of HTTP method used to make the call. |
|
|
The path of the request. |
|
|
The text received from the Live SDKREST reference response. |
|
|
The parsed result received from the Live SDKREST reference response. |
|
|
The userState object passed in when the original method was invoked on the LiveConnectClient instance. |
Defined in
LiveOperation.h
See also
Show: