ISolidFireElementSetLicenseKeyAsync Method (CancellationToken, String, String) |
You can use the SetLicenseKey method to set the SerialNumber And OrderNumber for the cluster.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax Task<SetLicenseKeyResult> SetLicenseKeyAsync(
CancellationToken cancellationToken,
string SerialNumber,
string OrderNumber
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- SerialNumber
- Type: SystemString
- OrderNumber
- Type: SystemString
Return Value
Type:
TaskSetLicenseKeyResultSee Also