[This is preliminary documentation and is subject to change.]

Activates a batch, which will route all requests to be queued until Complete()()() is called.

Namespace:  Facebook.Api
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public static Batch Start(
	IFacebookContext context
)
Visual Basic (Declaration)
Public Shared Function Start ( _
	context As IFacebookContext _
) As Batch
Visual C++
public:
static Batch^ Start(
	IFacebookContext^ context
)

Parameters

context
Type: Facebook..::.IFacebookContext
A reference to the IFacebookContext object that will own the batch.

Return Value

A Batch object used to control when responses for batched requests will be retrieved.

See Also

Batch Class
Facebook.Api Namespace