ReadingFeedArgs Class

The reading feed arguments

Inheritance Hierarchy

System.Object
  System.Data.Services.Client.ReadingFeedArgs

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public NotInheritable Class ReadingFeedArgs
'Usage
Dim instance As ReadingFeedArgs
public sealed class ReadingFeedArgs
public ref class ReadingFeedArgs sealed
[<SealedAttribute>]
type ReadingFeedArgs =  class end
public final class ReadingFeedArgs

The ReadingFeedArgs type exposes the following members.

Constructors

  Name Description
Public method ReadingFeedArgs Initializes a new instance of the ReadingFeedArgs class.

Top

Properties

  Name Description
Public property Feed Gets the feed.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.Services.Client Namespace