JBLicense
LicenseBanKey Method |
Bans the key.
Namespace: JustinBack
Assembly: JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public static Task BanKey( string key, Action<KeyBanResult> callback )
Public Shared Function BanKey ( key As String, callback As Action(Of KeyBanResult) ) As Task
public: static Task^ BanKey( String^ key, Action<KeyBanResult^>^ callback )
Parameters
- key
- Type: SystemString
The key. - callback
- Type: SystemActionKeyBanResult
The callback.
Return Value
Type: Task[Missing <returns> documentation for "M:JustinBack.License.BanKey(System.String,System.Action{JustinBack.KeyBanResult})"]
Exceptions
Exception | Condition |
---|---|
Exception | JBLicense has not been initialized! Call SecureConnection() |
See Also