ActionAdapterCollectionRespectInputDemands Property
Gets or sets flag indicating if action adapter should respect auto-start requests based on input demands.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.175 -- Release Build+6d9fa6c3f1ee5404e2291e24588a1610a2481c36
public virtual bool RespectInputDemands { get; set; }
Public Overridable Property RespectInputDemands As Boolean
Get
Set
public:
virtual property bool RespectInputDemands {
bool get ();
void set (bool value);
}
function get_RespectInputDemands();
function set_RespectInputDemands(value);
BooleanIActionAdapterRespectInputDemands
Action adapters are in the curious position of being able to both consume and produce points, as such the user needs to be able to control how their
adapter will behave concerning routing demands when the adapter is set up to connect on demand. In the case of respecting auto-start input demands,
as an example, this would be false for an action adapter that calculated measurement, but true for an action adapter used to archive inputs.