LicenseRequestedEventArgs

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

Provides data for the event raised when a floating license is requested.

public class LicenseRequestedEventArgs

Inheritance

objectLicenseRequestedEventArgs

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

LicenseRequestedEventArgs(string, RequestLicenseResponse)

Initializes a new instance of the class.

public LicenseRequestedEventArgs(string userKey, RequestLicenseResponse response)

Parameters

NameDescription

userKey string

The user key associated with the floating license request.

The response received for the floating license request.

Properties

Response

Gets the response received for the floating license request.

public RequestLicenseResponse Response { get; }

Property Value

RequestLicenseResponse

UserKey

Gets the user key associated with the floating license request.

public string UserKey { get; }

Property Value

string

Last updated