The type used to request key(s) to unlock application features.
More...
The type used to request key(s) to unlock application features.
◆ AcquisitionRequest()
Apac.Licensing.AcquisitionRequest.AcquisitionRequest |
( |
string |
contextId, |
|
|
string[] |
nodeIds |
|
) |
| |
|
inline |
Initializes a new instance of the AquisitionRequest class.
- Parameters
-
contextId | The context id. |
nodeIds | The node ids. |
◆ AddFeatureRequest() [1/2]
void Apac.Licensing.AcquisitionRequest.AddFeatureRequest |
( |
LicensedFeatures |
feature, |
|
|
int |
numLeases |
|
) |
| |
|
inline |
Adds a feature request for a volatile feature (the number of held leases is not tracked by the client).
- Parameters
-
feature | The feature. |
numLeases | The num leases requested. |
◆ AddFeatureRequest() [2/2]
void Apac.Licensing.AcquisitionRequest.AddFeatureRequest |
( |
LicensedFeatures |
feature, |
|
|
int |
numLeasesRequested, |
|
|
int |
numLeasesHeld |
|
) |
| |
|
inline |
Adds a feature request for a nonvolatile feature (the number of held leases is tracked by the client).
- Parameters
-
feature | The feature. |
numLeases | The num leases requested. |
◆ ContainsNodeId()
bool Apac.Licensing.AcquisitionRequest.ContainsNodeId |
( |
string |
nodeId | ) |
|
|
inline |
Determines whether this request contains the nodeId .
- Parameters
-
- Returns
true
if it contains nodeId ; otherwise, false
.
◆ ContainsPartialNodeId()
bool Apac.Licensing.AcquisitionRequest.ContainsPartialNodeId |
( |
string |
nodeId | ) |
|
|
inline |
Determines whether this request contains the partial nodeId .
- Parameters
-
- Returns
true
if it contains nodeId ; otherwise, false
.
◆ ToString()
override string Apac.Licensing.AcquisitionRequest.ToString |
( |
| ) |
|
|
inline |
Returns a System.String that represents this instance.
- Returns
- A System.String that represents this instance.
◆ ContextId
string Apac.Licensing.AcquisitionRequest.ContextId |
|
get |
Gets the context id.
The context id.
◆ FeatureRequests
Gets the feature requests.
The feature requests.
◆ Id
string Apac.Licensing.AcquisitionRequest.Id |
|
get |
Gets the id of the acquisition request.
The id.
◆ NodeIds
string [] Apac.Licensing.AcquisitionRequest.NodeIds |
|
get |
Gets the node ids.
The node ids.
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/apac/APAC/ApacLicensing/Apac.Licensing/AcquisitionRequest.cs