Show / Hide Table of Contents

Class FloatingLicenseData

Extension data regarding floating licenses

Inheritance
object
FloatingLicenseData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public class FloatingLicenseData

Properties

Host

Floating license server URL

Declaration
public string Host { get; set; }
Property Value
Type Description
string

MaxConcurrent

Max concurrent usages

Declaration
public int MaxConcurrent { get; set; }
Property Value
Type Description
int

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX