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

Gets a value representing whether the Batch is current in the process of receiving data from the Facebook API.

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

Syntax

C#
internal bool IsCompleting { get; private set; }
Visual Basic (Declaration)
Friend Property IsCompleting As Boolean
Visual C++
internal:
property bool IsCompleting {
	bool get ();
	void set (bool value);
}

See Also

Batch Class
Facebook.Api Namespace