Click or drag to resize

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
Syntax
C#
Task<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