Method Process
Process(IPortType, T, IPortFilter<T>)
Called by the port on new data to process.
Declaration
public virtual T Process(IPortType port, T Data, IPortFilter<T> previousFilter)
Parameters
Type | Name | Description |
---|---|---|
IPortType | port | Calling port |
T | Data | New data received on the port. |
IPortFilter<T> | previousFilter | Previous portfilter if it exists, that output the Data. |
Returns
Type | Description |
---|---|
T | Proccessed data. |