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

Provides access to the Batching API, which allows multiple API calls to be executing in a single request.

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

Syntax

C#
[SerializableAttribute]
public class Batch : IDisposable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Batch _
	Implements IDisposable
Visual C++
[SerializableAttribute]
public ref class Batch : IDisposable

Inheritance Hierarchy

System..::.Object
  Facebook.Api..::.Batch

See Also

Batch Members
Facebook.Api Namespace