Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public Feed<Y> Batch<Y>( List<Y> entries, Feed<Y> feed, GDataBatchOperationType defaultOperation ) where Y : new(), Entry |
| Visual Basic (Declaration) |
|---|
Public Function Batch(Of Y As {New, Entry}) ( _ entries As List(Of Y), _ feed As Feed(Of Y), _ defaultOperation As GDataBatchOperationType _ ) As Feed(Of Y) |
| Visual C++ |
|---|
public: generic<typename Y> where Y : gcnew(), Entry Feed<Y>^ Batch( List<Y>^ entries, Feed<Y>^ feed, GDataBatchOperationType defaultOperation ) |
Parameters
- entries
- Type: System.Collections.Generic..::.List<(Of <(Y>)>)
- feed
- Type: Google.GData.Client..::.Feed<(Of <(Y>)>)
- defaultOperation
- Type: Google.GData.Client..::.GDataBatchOperationType
Type Parameters
- Y