Click or drag to resize

ISolidFireElementSetLicenseKeyAsync Method (SetLicenseKeyRequest, CancellationToken)

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(
	SetLicenseKeyRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiSetLicenseKeyRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskSetLicenseKeyResult
See Also