takes a given feed, and does a batch post of that feed against the batchUri parameter. If that one is NULL it will try to use the batch link URI in the feed

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public void BatchAsync(

	AtomFeed feed,

	Uri batchUri,

	Object userData

)
Visual Basic (Declaration)
Public Sub BatchAsync ( _

	feed As AtomFeed, _

	batchUri As Uri, _

	userData As Object _

)
Visual C++
public:

void BatchAsync(

	AtomFeed^ feed, 

	Uri^ batchUri, 

	Object^ userData

)

Parameters

feed
Type: Google.GData.Client..::.AtomFeed
the feed to post
batchUri
Type: System..::.Uri
the URI to user
userData
Type: System..::.Object
the userdata identifying this request

Return Value

See Also