Impact Acquire SDK .NET
|
A class containing data generated by a request ready event fired by instances of the class mv.impact.acquire.helper.RequestProvider. More...
Properties | |
RequestReadyEventData | data [get] |
Locks the data associated with this event so that the data can be accessed safely while holding the lock and returns a new instance of a lock object. | |
A class containing data generated by a request ready event fired by instances of the class mv.impact.acquire.helper.RequestProvider.
To get notified by this type of events an application must register to the mv.impact.acquire.helper.RequestProvider.onRequestReady event. This can e.g. be done like this:
|
get |
Locks the data associated with this event so that the data can be accessed safely while holding the lock and returns a new instance of a lock object.
This function will return a new instance of mv.impact.acquire.helper.RequestReadyEventData which will provide access to the data stored within this event. While holding at least one lock, the mv.impact.acquire.Request instance stored in the data of this event will not be unlocked to be used by the driver again. Each call to mv.impact.acquire.helper.RequestReadyEventArgs.data therefore requires a subsequent call to the mv.impact.acquire.helper.RequestReadyEventData.Dispose when the mv.impact.acquire.Request is no longer needed.