class public FB.BatchSequencer

A sequencer object to schedule batch operations.Please seeUsing the Batching API for an introduction.

Base Class

public FB.SequencerBase

Follow the base class link to learn inherited methods and properties

Derived Classes

public FB.ImmediateSequencer

Constructor

public FB.BatchSequencer ()

Description

Public Methods

public void execute (Callback completedCallback)

Start executing all pending operations in a single batchedHTTP request to the server.

Fields

family array stepsList

Back to namespace FB