Show / Hide Table of Contents

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 Source

AvailableLicenses

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.

View Source

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 Source

Dispose()

Performs a Checkin(String) for the checked out license.

Declaration
public void Dispose()
View Source

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

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX