ParsePushSendAsync Method Parse
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

Namespace: Parse
Assembly: Parse.WinRT (in Parse.WinRT.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public Task SendAsync()

Return Value

Type: Task
A Task for continuation.
See Also

Reference