Interface ILicenseChecker
An abstraction to check the License object.
public interface ILicenseChecker
Methods
CheckLicenseAsync(License)
Checks License asynchronously.
Task<LicenseCheckerResult> CheckLicenseAsync(License license)
Parameters
license
LicenseThe license to check.
Returns
- Task<LicenseCheckerResult>
The LicenseCheckerResult instance.