SetFilter(Func<IPipeMessage,Object,Boolean>)

Set the Filter function.
Namespace: Pipes.PlumbingAssembly: Pipes in (Pipes.dll)

Syntax

C#
public void SetFilter(
	Func<IPipeMessage, object, bool> value
	)

Parameters

valueFunc<,,>

Remarks

It must accept an Action receiveing two arguments; an IPipeMessage, and a parameter Object, which can contain whatever arbitrary properties and values your filter method requires.