ILicenseServiceCanCreateAccount Method |
Determines whether an account using the specified seat kind can be created.
Namespace: Dundas.BI.LicensingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool CanCreateAccount(
LicenseSeatKind seatKind,
bool isSeatReserved,
Guid? tenantId
)
Function CanCreateAccount (
seatKind As LicenseSeatKind,
isSeatReserved As Boolean,
tenantId As Guid?
) As Boolean
bool CanCreateAccount(
LicenseSeatKind seatKind,
bool isSeatReserved,
Nullable<Guid> tenantId
)
abstract CanCreateAccount :
seatKind : LicenseSeatKind *
isSeatReserved : bool *
tenantId : Nullable<Guid> -> bool Parameters
- seatKind LicenseSeatKind
- The seat kind.
- isSeatReserved Boolean
- A value indicating whether the account will use a reserved seat.
- tenantId NullableGuid
- The tenant ID of the account.
Return Value
Boolean if there are enough seats left to create the account; otherwise,
.
Exceptions
See Also