Share via


LiveOperation class

Represents an operation that sends a request to Live SDK REST reference.

Signature

@interface LiveOperation : NSObject

Methods

Name

Description

cancel method

Cancels the current operation.

Properties

Name

Description

delegate property

The delegate instance that handles the operation callbacks.

method property

Gets the type of HTTP method used to make the call.

path property

The path of the request.

rawResult property

The text received from the Live SDKREST reference response.

result property

The parsed result received from the Live SDKREST reference response.

userState property

The userState object passed in when the original method was invoked on the LiveConnectClient instance.

Defined in

LiveOperation.h

See also

iOS API