Abstract class representing how to execute a sequence of requeststo the Facebook API, potentially in parallel.
Follow the base class link to learn inherited methods and properties
Description
public void execute (Callback completedCallback)
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