Filter(String, IPipeFitting, Func<IPipeMessage,Object,Boolean>, Object)
Constructor.
Namespace: Pipes.PlumbingAssembly: Pipes in (Pipes.dll)
Syntax
C#
public Filter( string name, IPipeFitting output, Func<IPipeMessage, object, bool> filter, object params )
Parameters
name
StringName of the filter
output
IPipeFittingOutput pipe
filter
Func<,,>Filter function
params
ObjectFilter function parameters