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.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.

См. также