Méthode | Description | |
---|---|---|
ToastPushNotificationMessage ( ) : System |
Initializes a new instance of the TilePushNotificationMessage class. Initializes a new instance of this type with MessageSendPriority.Normal send priority.
|
|
ToastPushNotificationMessage ( MessageSendPriority sendPriority ) : System |
Initializes a new instance of the ToastPushNotificationMessage class. Initializes a new instance of this type.
|
Méthode | Description | |
---|---|---|
OnCreatePayload ( ) : byte[] |
Create the toast message payload.
|
|
OnInitializeRequest ( |
Initialize the request with toast specific headers.
|
|
VerifyPayloadSize ( byte payload ) : void |
protected OnInitializeRequest ( |
||
request | The message request. | |
Résultat | void |
public ToastPushNotificationMessage ( ) : System | ||
Résultat | System |
public ToastPushNotificationMessage ( MessageSendPriority sendPriority ) : System | ||
sendPriority | MessageSendPriority | /// The send priority of this message in the MPNS. /// |
Résultat | System |
protected VerifyPayloadSize ( byte payload ) : void | ||
payload | byte | |
Résultat | void |