Show / Hide Table of Contents

Enum LicenseEventAction

Defines the action for the LicenseEventArgs.

Namespace: Sartorius.SAF.Licensing
Assembly: Sartorius.SAF.Licensing.dll
Syntax
public enum LicenseEventAction

Fields

Name Description
Changed

The license has changed due to a new license file or applied license keys.

Error

An error occured while doing an automatic timed check.

Expired

The license has expired.

See Also
LicenseEventArgs
ErrorLicenseEventArgs

Extension Methods

CollectionExtensions.AddRange<T, LicenseEventAction>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<LicenseEventAction>()
  • View Source
Back to top Generated by DocFX