|
Impact Acquire SDK .NET
|
A class containing data stored inside a mv.impact.acquire.helper.RequestReadyEventArgs event fired by instances of the class mv.impact.acquire.helper.RequestProvider when a new mv.impact.acquire.Request became ready. More...
Public Member Functions | |
| void | Dispose () |
| Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Properties | |
| Device | device [get] |
| A reference to the mv.impact.acquire.Device associated with the mv.impact.acquire.Request that just became ready. | |
| RequestReadyEventArgs | eventArgs [get] |
| A reference to the mv.impact.acquire.helper.RequestReadyEventArgs this mv.impact.acquire.helper.RequestReadyEventArgs instance is bound to. | |
| Request | request [get] |
| A reference to the mv.impact.acquire.Request object that just became ready. | |
A class containing data stored inside a mv.impact.acquire.helper.RequestReadyEventArgs event fired by instances of the class mv.impact.acquire.helper.RequestProvider when a new mv.impact.acquire.Request became ready.
The main purpose of this class is to serve as a reference counted lock in order to allow multiple listeners attached to a mv.impact.acquire.helper.RequestProvider to access and hold resources stored in the request without the need to worry about who has to free/unlock the mv.impact.acquire.Request by calling mv.impact.acquire.Request.unlock when.
|
inline |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
See the framework's documentation about the System.IDisposable interface for more information.
|
get |
A reference to the mv.impact.acquire.Device associated with the mv.impact.acquire.Request that just became ready.
|
get |
A reference to the mv.impact.acquire.helper.RequestReadyEventArgs this mv.impact.acquire.helper.RequestReadyEventArgs instance is bound to.
|
get |
A reference to the mv.impact.acquire.Request object that just became ready.