IAsyncLicenseProvider
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Interface for async license providers.
Implements
Methods
GetLicenseAsync(ILicenseContext, Type, object, CancellationToken)
Gets a license for an instance or type of component.
Parameters
Name
Description
A that specifies where you can use the licensed object.
A that represents the component requesting the license.
An object that is requesting the license.
A token that can be used to request cancellation of the asynchronous operation.
Returns
Name
Description
A valid license for the specified context, type, and instance.
Last updated