C# Класс Microsoft.WindowsPhone.Samples.Notifications.RawPushNotificationMessage

Represents a raw push notification message.
If you do not wish to update the tile or send a toast notification, you can instead send raw information to your application using a raw notification. If your application is not currently running, the raw notification is discarded on the Microsoft Push Notification Service and is not delivered to the device. This class members are thread safe.
Наследование: PushNotificationMessage
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
RawPushNotificationMessage ( ) : System

Initializes a new instance of the RawPushNotificationMessage class. Initializes a new instance of this type with MessageSendPriority.Normal send priority.

RawPushNotificationMessage ( MessageSendPriority sendPriority ) : System

Initializes a new instance of the RawPushNotificationMessage class. Initializes a new instance of this type.

Защищенные методы

Метод Описание
VerifyPayloadSize ( byte payload ) : void

Описание методов

RawPushNotificationMessage() публичный Метод

Initializes a new instance of the RawPushNotificationMessage class. Initializes a new instance of this type with MessageSendPriority.Normal send priority.
public RawPushNotificationMessage ( ) : System
Результат System

RawPushNotificationMessage() публичный Метод

Initializes a new instance of the RawPushNotificationMessage class. Initializes a new instance of this type.
public RawPushNotificationMessage ( MessageSendPriority sendPriority ) : System
sendPriority MessageSendPriority /// The send priority of this message in the MPNS. ///
Результат System

VerifyPayloadSize() защищенный Метод

protected VerifyPayloadSize ( byte payload ) : void
payload byte
Результат void