JBLicense
LicenseRevokeLicense Method |
Revokes the license of a customer.
Namespace: JustinBack
Assembly: JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public static Task RevokeLicense( int customer, Action<EResult> callback )
Public Shared Function RevokeLicense ( customer As Integer, callback As Action(Of EResult) ) As Task
public: static Task^ RevokeLicense( 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.RevokeLicense(System.Int32,System.Action{JustinBack.EResult})"]
Exceptions
Exception | Condition |
---|---|
Exception | JBLicense has not been initialized! Call SecureConnection() |
See Also