FloatingLicenseLostEventArgs

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Provides data for the event.

public class FloatingLicenseLostEventArgs : EventArgs

Inheritance

objectEventArgsFloatingLicenseLostEventArgs

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

NameDescription

userKey string

The floating license user key.

licenseToken string

The floating license token.

error Exception

The error that caused the floating license to be lost.

Exceptions

NameDescription

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

Exception

LicenseToken

The floating license token.

public string LicenseToken { get; }

Property Value

string

UserKey

The floating license user key.

public string UserKey { get; }

Property Value

string

Last updated