ISolidFireElement.SetLicenseKeyAsync 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
SyntaxTask<SetLicenseKeyResult> SetLicenseKeyAsync(
CancellationToken cancellationToken,
string SerialNumber,
string OrderNumber
)
Parameters
- cancellationToken
- Type: System.Threading.CancellationToken
- SerialNumber
- Type: System.String
- OrderNumber
- Type: System.String
Return Value
Type:
Task<SetLicenseKeyResult>
See Also