AP&C API Reference
|
This class is used during asynchronous invocation to keep a handle on the subordinate along with the method that was invoked (the function). More...
Public Member Functions | |
SubordinateHandle (ISupervisable subordinate, VoidVoid function) | |
Initializes a new instance of the SubordinateHandle class. More... | |
Properties | |
ISupervisable | Subordinate [get] |
Gets the subordinate. More... | |
VoidVoid | Function [get] |
Gets the function. More... | |
This class is used during asynchronous invocation to keep a handle on the subordinate along with the method that was invoked (the function).
|
inline |
Initializes a new instance of the SubordinateHandle class.
subordinate | The subordinate. |
function | The function. |
|
get |
Gets the function.
|
get |
Gets the subordinate.