Click or drag to resize

SolidFireElementSetLicenseKeyAsync 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#
public Task<SetLicenseKeyResult> SetLicenseKeyAsync(
	CancellationToken cancellationToken,
	string SerialNumber,
	string OrderNumber
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SerialNumber
Type: SystemString
OrderNumber
Type: SystemString

Return Value

Type: TaskSetLicenseKeyResult

Implements

ISolidFireElementSetLicenseKeyAsync(CancellationToken, String, String)
See Also