RecroDictGetScopesAsync Method

Gets the scopes asynchronous.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.17.0.25.0502.1
C#
public static Task<string[]> GetScopesAsync(
	string scope
)

Parameters

scope  String
The scope.

Return Value

TaskString

See Also