Class CheckoutInfo
Provides information about the result of the ILicenseProvider.Checkout method.
Inheritance
System.Object
CheckoutInfo
Implements
System.IDisposable
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Licensing
Assembly: Sartorius.SAF.Licensing.dll
Syntax
public class CheckoutInfo : IDisposable
Properties
View SourceAvailableLicenses
Gets the count of available licenses that have been checked out.
Declaration
public int AvailableLicenses { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The count of available licenses. |
State
Gets the state of the checked out feature.
Declaration
public FeatureState State { get; }
Property Value
Type | Description |
---|---|
FeatureState | The state of the checked out feature. |
Methods
View SourceDispose()
Performs a Checkin(String) for the checked out license.
Declaration
public void Dispose()
Dispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Indicates disposing. |
Implements
System.IDisposable