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, Uri batchUri, GDataBatchOperationType defaultOperation ) where Y : new(), Entry |
| Visual Basic (Declaration) |
|---|
Public Function Batch(Of Y As {New, Entry}) ( _ entries As List(Of Y), _ batchUri As Uri, _ defaultOperation As GDataBatchOperationType _ ) As Feed(Of Y) |
| Visual C++ |
|---|
public: generic<typename Y> where Y : gcnew(), Entry Feed<Y>^ Batch( List<Y>^ entries, Uri^ batchUri, GDataBatchOperationType defaultOperation ) |
Parameters
- entries
- Type: System.Collections.Generic..::.List<(Of <(Y>)>)
- batchUri
- Type: System..::.Uri
- defaultOperation
- Type: Google.GData.Client..::.GDataBatchOperationType
Type Parameters
- Y