WorkflowEngineHelperCheckLicense - метод
Метод для проверки лицензии
Пространство имён: Tessa.Workflow.HelpfulСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 ILicense
-
- validationResult IValidationResultBuilder (Optional)
-
- needThrow Boolean (Optional)
-
Boolean