WorkflowEngineHelperCheckLicense - метод |
Метод для проверки лицензии
Пространство имён:
Tessa.Workflow.Helpful
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static bool CheckLicense(
ILicense license,
IValidationResultBuilder validationResult = null,
bool needThrow = true
)
Public Shared Function CheckLicense (
license As ILicense,
Optional validationResult As IValidationResultBuilder = Nothing,
Optional needThrow As Boolean = true
) As Boolean
public:
static bool CheckLicense(
ILicense^ license,
IValidationResultBuilder^ validationResult = nullptr,
bool needThrow = true
)
static member CheckLicense :
license : ILicense *
?validationResult : IValidationResultBuilder *
?needThrow : bool
(* Defaults:
let _validationResult = defaultArg validationResult null
let _needThrow = defaultArg needThrow true
*)
-> bool
Параметры
- license
- Тип: Tessa.Platform.LicensingILicense
- validationResult (Optional)
- Тип: Tessa.Platform.ValidationIValidationResultBuilder
- needThrow (Optional)
- Тип: SystemBoolean
Возвращаемое значение
Тип:
BooleanСм. также