This documentation is archived and is not being maintained.

LiveOperationDelegate protocol

Last modified: March 26, 2015

Represents the protocol that captures a service using Microsoft account access operation related to callback handling methods.

Signature

@protocol LiveOperationDelegate <NSObject>

Methods

Name

Description

liveOperationFailed method

Invoked when the operation fails.

liveOperationSucceeded method

Invoked when the operation is successful.

Defined in

LiveOperationDelegate.h

See also

Show: