Notification Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Abstract class representing a generic notification hub notification, including the target tag.
public abstract class Notification
type Notification = class
Public MustInherit Class Notification
- Inheritance
-
System.ObjectNotification
- Derived
Properties
Body |
Gets or sets the body of the notification. |
ContentType |
Gets or sets the content type of the notification. |
Headers |
Gets or sets a list of headers associated with the notification. |
PlatformType |
Gets the platform type of the notification. |
Tag |
Obsolete.
Gets or sets the notification tag. |
Methods
AddOrUpdateHeader(String, String) |
Add or updates a header with a given key and value. |
OnValidateAndPopulateHeaders() |
Validate and populates the headers. |