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

Provides internal access to the current batch, if any, for the context.

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

Syntax

C#
internal Batch Batch { get; set; }
Visual Basic (Declaration)
Friend Property Batch As Batch
Visual C++
internal:
property Batch^ Batch {
	Batch^ get ();
	void set (Batch^ value);
}

See Also

FacebookContextBase<(Of <(TCache, TSession>)>) Class
Facebook Namespace