C# Class Pipes.LambdaHandlerPolicy

Inheritance: IHandlerPolicy
Afficher le fichier Open project: zeitgarden/Pipes

Méthodes publiques

Méthode Description
AddAction ( Action value ) : void
Configure ( MessageChain chain ) : void
Exclude ( bool>.Expression value ) : void
Include ( bool>.Expression value ) : void

Method Details

AddAction() public méthode

public AddAction ( Action value ) : void
value Action
Résultat void

Configure() public méthode

public Configure ( MessageChain chain ) : void
chain MessageChain
Résultat void

Exclude() public méthode

public Exclude ( bool>.Expression value ) : void
value bool>.Expression
Résultat void

Include() public méthode

public Include ( bool>.Expression value ) : void
value bool>.Expression
Résultat void