JBLicense
LicenseGetLicense Method |
Gets the license.
Namespace: JustinBack
Assembly: JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public static Task GetLicense( int customer, Action<LicenseResult> callback )
Public Shared Function GetLicense ( customer As Integer, callback As Action(Of LicenseResult) ) As Task
public: static Task^ GetLicense( int customer, Action<LicenseResult^>^ callback )
Parameters
- customer
- Type: SystemInt32
The customer. - callback
- Type: SystemActionLicenseResult
The callback.
Return Value
Type: Task[Missing <returns> documentation for "M:JustinBack.License.GetLicense(System.Int32,System.Action{JustinBack.LicenseResult})"]
Exceptions
Exception | Condition |
---|---|
Exception | JBLicense has not been initialized! Call SecureConnection() |
See Also