C# Class Pipes.DefaultHandlerSource

Inheritance: IHandlerSource
ファイルを表示 Open project: zeitgarden/Pipes Class Usage Examples

Public Methods

Method Description
ConfigurePool ( Action cfg ) : DefaultHandlerSource
DefaultHandlerSource ( ) : System
ExcludeHandler ( Type handler ) : DefaultHandlerSource
GetHandlers ( ) : IEnumerable

Method Details

ConfigurePool() public method

public ConfigurePool ( Action cfg ) : DefaultHandlerSource
cfg Action
return DefaultHandlerSource

DefaultHandlerSource() public method

public DefaultHandlerSource ( ) : System
return System

ExcludeHandler() public method

public ExcludeHandler ( Type handler ) : DefaultHandlerSource
handler System.Type
return DefaultHandlerSource

GetHandlers() public method

public GetHandlers ( ) : IEnumerable
return IEnumerable