AP&C API Reference
|
A request for a specific number of leases for a licensed feature. More...
Public Member Functions | |
FeatureRequest (LicensedFeatures feature, int numLeasesRequested) | |
Initializes a new instance of the FeatureRequest class. More... | |
FeatureRequest (LicensedFeatures feature, int numLeasesRequested, int numLeasesHeld) | |
Initializes a new instance of the FeatureRequest class. More... | |
override string | ToString () |
Returns a System.String that represents this instance. More... | |
Properties | |
LicensedFeatures | Feature [get] |
Gets the feature. More... | |
int | NumberOfLeasesRequested [get] |
Gets the number of leases requested. More... | |
int | NumberOfLeasesHeld [get] |
Gets the number of leases held. More... | |
bool | IsNonvolatile [get] |
Gets a value indicating whether this instance is a request for a nonvolatile feature. More... | |
FeatureResponseState | FeatureResponseState [get, set] |
Gets or sets a value indicating whether this FeatureRequest has a response affirming the request. This is used while processing an AcquisitionRequest. More... | |
A request for a specific number of leases for a licensed feature.
|
inline |
Initializes a new instance of the FeatureRequest class.
feature | The feature. |
numLeasesRequested | The number of leases requested. |
|
inline |
Initializes a new instance of the FeatureRequest class.
feature | The feature. |
numLeasesRequested | The number of leases requested. |
numLeasesHeld | The number of leases currently held. |
|
inline |
Returns a System.String that represents this instance.
|
get |
Gets the feature.
The feature.
|
getset |
Gets or sets a value indicating whether this FeatureRequest has a response affirming the request. This is used while processing an AcquisitionRequest.
true
if is has a response; otherwise, false
.
|
get |
Gets a value indicating whether this instance is a request for a nonvolatile feature.
true
if this instance is nonvolatile; otherwise, false
.
|
get |
Gets the number of leases held.
The number of leases.
|
get |
Gets the number of leases requested.
The number of leases.