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

Gets the current batch, if any, for the context.

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

Syntax

C#
Batch IFacebookContext.Batch { get; set; }
Visual Basic (Declaration)
Private Property Batch As Batch Implements IFacebookContext.Batch
Visual C++
private:
virtual property Batch^ Batch {
	Batch^ get () sealed = IFacebookContext::Batch::get;
	void set (Batch^ value) sealed = IFacebookContext::Batch::set;
}

Implements

IFacebookContext..::.Batch

See Also

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