Search Results for

    Show / Hide Table of Contents

    Class LicenseManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    LicenseManager
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class LicenseManager : NXRemotableObject, IMessageSink

    Constructors

    LicenseManager(Session)

    Declaration
    protected LicenseManager(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CheckPresence(String)

    Declaration
    public bool CheckPresence(string licenseName)
    Parameters
    Type Name Description
    System.String licenseName
    Returns
    Type Description
    System.Boolean

    GetActiveLicensesInABundle(String)

    Declaration
    public string[] GetActiveLicensesInABundle(string bundleName)
    Parameters
    Type Name Description
    System.String bundleName
    Returns
    Type Description
    System.String[]

    GetBundlesSelected()

    Declaration
    public LicenseManager.LicenseBundle[] GetBundlesSelected()
    Returns
    Type Description
    LicenseManager.LicenseBundle[]

    GetBundlesUsed()

    Declaration
    public string[] GetBundlesUsed()
    Returns
    Type Description
    System.String[]

    GetReservedLicenses(String)

    Declaration
    public string[] GetReservedLicenses(string contextName)
    Parameters
    Type Name Description
    System.String contextName
    Returns
    Type Description
    System.String[]

    IsCheckedOut(String)

    Declaration
    public bool IsCheckedOut(string license)
    Parameters
    Type Name Description
    System.String license
    Returns
    Type Description
    System.Boolean

    Release(String, String)

    Declaration
    public void Release(string license, string contextName)
    Parameters
    Type Name Description
    System.String license
    System.String contextName

    ReleaseAll(String)

    Declaration
    public void ReleaseAll(string contextName)
    Parameters
    Type Name Description
    System.String contextName

    Reserve(String, String)

    Declaration
    public void Reserve(string license, string contextName)
    Parameters
    Type Name Description
    System.String license
    System.String contextName

    SetBundlesForUse(String[])

    Declaration
    public void SetBundlesForUse(string[] bundles)
    Parameters
    Type Name Description
    System.String[] bundles

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX