ParsePushSendAsync Method (CancellationToken)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(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
CancellationToken to cancel the current operation.

Return Value

Type: Task
See Also

Reference