AP&C API Reference
Public Member Functions | Properties | List of all members
Apac.Licensing.ReleaseResponse Class Reference

The type returned as a response to a request to release a license lock. More...

Public Member Functions

 ReleaseResponse (string featureResponseId, bool result)
 Initializes a new instance of the ReleaseResponse class. More...
 
override string ToString ()
 

Properties

bool Result [get]
 Gets a value indicating whether this ReleaseResponse succeeded. More...
 

Detailed Description

The type returned as a response to a request to release a license lock.

Constructor & Destructor Documentation

◆ ReleaseResponse()

Apac.Licensing.ReleaseResponse.ReleaseResponse ( string  featureResponseId,
bool  result 
)
inline

Initializes a new instance of the ReleaseResponse class.

Parameters
resultSet to true to indicate success, false to indicate failure.
featureResponseIdThe id of the feature response used to initially check out the lease.

Property Documentation

◆ Result

bool Apac.Licensing.ReleaseResponse.Result
get

Gets a value indicating whether this ReleaseResponse succeeded.

true if it did succeed; otherwise, false.


The documentation for this class was generated from the following file: