Class OpenBiLicenseInformationExtensions
Extension methods for license information.
Inheritance
OpenBiLicenseInformationExtensions
Namespace: BiExcellence.OpenBi.Api.Commands.LicenseInformation
Assembly: BiExcellence.OpenBi.Api.LicenseInformation.dll
Syntax
public static class OpenBiLicenseInformationExtensions
Methods
GetLicenseInformationAsync(IOpenBiSession, CancellationToken)
Gets the license information.
Declaration
public static Task<ILicenseInformation> GetLicenseInformationAsync(this IOpenBiSession session, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
IOpenBiSession | session | The session. |
CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
Task<ILicenseInformation> |