ParseSessionGetCurrentSessionAsync Method (CancellationToken)Parse
Gets the current ParseSession object related to the current user.

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

public static Task<ParseSession> GetCurrentSessionAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token

Return Value

Type: TaskParseSession
See Also

Reference