Class LicenseManager
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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
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[] |
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