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