FloatingLicenseLostEventArgs
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Provides data for the event.
public class FloatingLicenseLostEventArgs : EventArgs
Inheritance
object ← EventArgs ← FloatingLicenseLostEventArgs
Inherited Members
EventArgs.Empty, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
FloatingLicenseLostEventArgs(string, string, Exception)
Initializes a new instance of the class.
public FloatingLicenseLostEventArgs(string userKey, string licenseToken, Exception error)
Parameters
Exceptions
Name
Description
Thrown when one of the required arguments are null.
Properties
Error
The error that caused the floating license to be lost.
public Exception Error { get; }
Property Value
LicenseToken
The floating license token.
public string LicenseToken { get; }
Property Value
UserKey
The floating license user key.
public string UserKey { get; }
Property Value
Last updated