C# 클래스 Pipes.DefaultHandlerSource

상속: IHandlerSource
파일 보기 프로젝트 열기: zeitgarden/Pipes 1 사용 예제들

공개 메소드들

메소드 설명
ConfigurePool ( Action cfg ) : DefaultHandlerSource
DefaultHandlerSource ( ) : System
ExcludeHandler ( Type handler ) : DefaultHandlerSource
GetHandlers ( ) : IEnumerable

메소드 상세

ConfigurePool() 공개 메소드

public ConfigurePool ( Action cfg ) : DefaultHandlerSource
cfg Action
리턴 DefaultHandlerSource

DefaultHandlerSource() 공개 메소드

public DefaultHandlerSource ( ) : System
리턴 System

ExcludeHandler() 공개 메소드

public ExcludeHandler ( Type handler ) : DefaultHandlerSource
handler System.Type
리턴 DefaultHandlerSource

GetHandlers() 공개 메소드

public GetHandlers ( ) : IEnumerable
리턴 IEnumerable