Click or drag to resize
weroSoft AG, Software
ILicenseService Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the responsibility of the license service.

Namespace:  WeroSoft.ProcessManagement.Automation
Assembly:  WeroSoft.Core.Process.Library (in WeroSoft.Core.Process.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface ILicenseService : IDisposable

The ILicenseService type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodVerifyLicense(String, String, Boolean)
Verifies a defined license for its validity.
Public methodVerifyLicense(String, String, Boolean, Boolean)
Verifies a defined license for its validity.
Top
See Also