C# Class NServiceBus.Conventions.ConventionCache

Show file Open project: Particular/NServiceBus

Public Methods

Method Description
ApplyConvention ( Type type, bool>.Func action ) : bool
Reset ( ) : void

Method Details

ApplyConvention() public method

public ApplyConvention ( Type type, bool>.Func action ) : bool
type System.Type
action bool>.Func
return bool

Reset() public method

public Reset ( ) : void
return void