AP&C API Reference
Public Member Functions | Properties | List of all members
Apac.Supervisors.Supervisor.SubordinateHandle Class 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...
 

Detailed Description

This class is used during asynchronous invocation to keep a handle on the subordinate along with the method that was invoked (the function).

Constructor & Destructor Documentation

◆ SubordinateHandle()

Apac.Supervisors.Supervisor.SubordinateHandle.SubordinateHandle ( ISupervisable  subordinate,
VoidVoid  function 
)
inline

Initializes a new instance of the SubordinateHandle class.

Parameters
subordinateThe subordinate.
functionThe function.

Property Documentation

◆ Function

VoidVoid Apac.Supervisors.Supervisor.SubordinateHandle.Function
get

Gets the function.

◆ Subordinate

ISupervisable Apac.Supervisors.Supervisor.SubordinateHandle.Subordinate
get

Gets the subordinate.


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