class public FB.SequencerBase

Abstract class representing how to execute a sequence of requeststo the Facebook API, potentially in parallel.

Base Class

System.Object

Follow the base class link to learn inherited methods and properties

Derived Classes

public FB.BatchSequencer

Constructor

family FB.SequencerBase ()

Description

Public Methods

public void execute (Callback completedCallback)

Fields

public bool isParallel

Indicate whether operations in the sequence can be executed in parallel.The default value is true.Parallel operations could reduce latency, but should not used if the thereare dependencies between operations in the same sequence.

Back to namespace FB