LicensingHelperGetLicenseTextAsync - метод

Получение текста лицензии с учётом поддерживаемых модулей.

Definition

Пространство имён: Tessa.Platform.Licensing
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public static ValueTask<string> GetLicenseTextAsync(
	ILicense? license,
	CultureInfo cultureInfo,
	CancellationToken cancellationToken = default
)

Параметры

license  ILicense
Лицензия на платформу TESSA.
cultureInfo  CultureInfo
Provides information about a specific culture (called a locale for unmanaged code development). The information includes the names for the culture, the writing system, the calendar used, the sort order of strings, and formatting for dates and numbers.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

ValueTaskString
Текст лицензии с учётом поддерживаемых модулей или , если информация по лицензии неизвестна.

См. также