License.ListKeys Method

JustinBack

LicenseListKeys Method

Lists the keys.

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public static Task ListKeys(
	Action<ProductKeyListResult> callback
)
Public Shared Function ListKeys ( 
	callback As Action(Of ProductKeyListResult)
) As Task
public:
static Task^ ListKeys(
	Action<ProductKeyListResult^>^ callback
)

Parameters

callback
Type: SystemActionProductKeyListResult
The callback.

Return Value

Type: Task

[Missing <returns> documentation for "M:JustinBack.License.ListKeys(System.Action{JustinBack.ProductKeyListResult})"]

Exceptions
ExceptionCondition
ExceptionJBLicense has not been initialized! Call SecureConnection()
See Also