Property | Type | Description |
---|
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
VerifyPayloadSize ( byte payload ) : void |
public RawPushNotificationMessage ( ) : System | ||
return | System |
public RawPushNotificationMessage ( 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 |