FilterAdapterCollectionExecutionOrder Property
Gets or sets the values that determines the order in which filter adapters are executed.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.174 -- Release Build+7cac27bfa55e63c8ffc82ceebed56183ce746be7
public int ExecutionOrder { get; set; }
Public Property ExecutionOrder As Integer
Get
Set
public:
virtual property int ExecutionOrder {
int get () sealed;
void set (int value) sealed;
}
function get_ExecutionOrder();
function set_ExecutionOrder(value);
Int32IFilterAdapterExecutionOrder