License.CheckLicense Method

JustinBack

LicenseCheckLicense Method

Checks the license of the customer.

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public static Task CheckLicense(
	int customer,
	Action<EResult> callback
)
Public Shared Function CheckLicense ( 
	customer As Integer,
	callback As Action(Of EResult)
) As Task
public:
static Task^ CheckLicense(
	int customer, 
	Action<EResult^>^ callback
)

Parameters

customer
Type: SystemInt32
The customer.
callback
Type: SystemActionEResult
The callback.

Return Value

Type: Task

[Missing <returns> documentation for "M:JustinBack.License.CheckLicense(System.Int32,System.Action{JustinBack.EResult})"]

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