ChangeNotification Class

Notification from Facebook as part of Realtime Updates.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Mvc.Facebook.Models.ChangeNotification

Namespace:  Microsoft.AspNet.Mvc.Facebook.Models
Assembly:  Microsoft.AspNet.Mvc.Facebook (in Microsoft.AspNet.Mvc.Facebook.dll)

Syntax

'Declaration
Public Class ChangeNotification
'Usage
Dim instance As ChangeNotification
public class ChangeNotification
public ref class ChangeNotification
type ChangeNotification =  class end
public class ChangeNotification

The ChangeNotification type exposes the following members.

Constructors

  Name Description
Public method ChangeNotification

Top

Properties

  Name Description
Public property Entry Gets or sets the change entry.
Public property Object Gets or sets the object that has been updated.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (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

Microsoft.AspNet.Mvc.Facebook.Models Namespace