DashboardHelperTryExtractDashboardToken - метод

Attempts to decode a dashboard token, returning a boolean indicating success, and providing the decoded token if successful.

Definition

Пространство имён: Tessa.Dashboards
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public static bool TryExtractDashboardToken(
	string? token,
	out DashboardToken?? dashboardToken
)

Параметры

token  String
The token string to decode.
dashboardToken  DashboardToken
The decoded dashboard token, if decoding is successful.

Возвращаемое значение

Boolean
A boolean indicating whether the decoding was successful.

См. также