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
context
ILicenseContext
A that specifies where you can use the licensed object.
type
Type
A that represents the component requesting the license.
instance
object
An object that is requesting the license.
cancellationToken
CancellationToken
A token that can be used to request cancellation of the asynchronous operation.
Returns
Last updated