Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 |
public RawPushNotificationMessage ( ) : System | ||
Результат | System |
public RawPushNotificationMessage ( MessageSendPriority sendPriority ) : System | ||
sendPriority | MessageSendPriority | /// The send priority of this message in the MPNS. /// |
Результат | System |
protected VerifyPayloadSize ( byte payload ) : void | ||
payload | byte | |
Результат | void |