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 AtomFeed Batch(

	AtomFeed feed,

	Uri batchUri

)
Visual Basic (Declaration)
Public Function Batch ( _

	feed As AtomFeed, _

	batchUri As Uri _

) As AtomFeed
Visual C++
public:

virtual AtomFeed^ Batch(

	AtomFeed^ feed, 

	Uri^ batchUri

) sealed

Parameters

feed
Type: Google.GData.Client..::.AtomFeed
the feed to post
batchUri
Type: System..::.Uri
the URI to user

Return Value

the returned AtomFeed

Implements

IService..::.Batch(AtomFeed, Uri)

See Also