class public FB.PendingResult

Structure in which to store pending result of a Facebook API call fora batch operation.Before BatchSequencer.Execute completes, the parameterresult and exception are not set.

Base Class

public FB.SimpleWaitable

Follow the base class link to learn inherited methods and properties

Constructor

public FB.PendingResult ()

Description

Public Methods

public void setPendingResult (object result, Exception exception)

After a result has been obtained, sets the result and/or exceptiondepending on the result.

Fields

public Exception exception

Exception information in case of failure.

Back to namespace FB