Overload List
Name | Description | |
---|---|---|
SendAsync |
Request a push to be sent. When this task completes, Parse has successfully acknowledged a request
to send push notifications but has not necessarily finished sending all notifications
requested. The current status of recent push notifications can be seen in your Push Notifications
console on http://parse.com
| |
SendAsync(CancellationToken) |
Request a push to be sent. When this task completes, Parse has successfully acknowledged a request
to send push notifications but has not necessarily finished sending all notifications
requested. The current status of recent push notifications can be seen in your Push Notifications
console on http://parse.com
|
See Also