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.
Follow the base class link to learn inherited methods and properties
Description
public void setPendingResult (object result, Exception exception)
After a result has been obtained, sets the result and/or exceptiondepending on the result.
public Exception exception
Exception information in case of failure.
Back to namespace FB