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

Causes all batch operations to completed and assigns the responses to their respective IFacebookResponse objects.

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

Syntax

C#
public string CompleteDebug()
Visual Basic (Declaration)
Public Function CompleteDebug As String
Visual C++
public:
String^ CompleteDebug()

Return Value

A String containing the responses for each request, delimited by newlines.

See Also

Batch Class
Facebook.Api Namespace