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
파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets 1 사용 예제들

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