creates a new feed instance to be returned by
Batch(), Query() and other operations
Subclasses can supply their own feed implementation by
overriding this method.
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
protected virtual AtomFeed CreateFeed(
Uri uriToUse
) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Function CreateFeed ( _
uriToUse As Uri _
) As AtomFeed |
| Visual C++ |
|---|
protected:
virtual AtomFeed^ CreateFeed(
Uri^ uriToUse
) |
See Also