Method | Description | |
---|---|---|
TilePushNotificationMessage ( ) : System |
Initializes a new instance of the TilePushNotificationMessage class. Initializes a new instance of this type with MessageSendPriority.Normal send priority.
|
|
TilePushNotificationMessage ( MessageSendPriority sendPriority ) : System |
Initializes a new instance of the TilePushNotificationMessage class. Initializes a new instance of this type.
|
Method | Description | |
---|---|---|
OnCreatePayload ( ) : byte[] |
Create the tile message payload.
|
|
OnInitializeRequest ( System request ) : void |
Initialize the request with tile specific headers.
|
|
VerifyPayloadSize ( byte payload ) : void |
Method | Description | |
---|---|---|
ClearField ( bool value ) : string | ||
EncodeUri ( |
protected OnInitializeRequest ( System request ) : void | ||
request | System | The message request. |
return | void |
public TilePushNotificationMessage ( ) : System | ||
return | System |
public TilePushNotificationMessage ( MessageSendPriority sendPriority ) : System | ||
sendPriority | MessageSendPriority | /// The send priority of this message in the MPNS. /// |
return | System |
protected VerifyPayloadSize ( byte payload ) : void | ||
payload | byte | |
return | void |