public void setPendingResult (object result, Exception exception)

Description

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

Parameters

Name

Type

Definition

result

object

The result of the operation

exception

Exception

The exception, if one happened

Back to class public FB.PendingResult