C# 클래스 AsyncDolls.Pipeline.Outgoing.OutgoingPipelineFactory

상속: IOutgoingPipelineFactory
파일 보기 프로젝트 열기: danielmarbach/async-dolls

공개 메소드들

메소드 설명
CooldownAsync ( ) : System.Threading.Tasks.Task
Create ( ) : OutgoingPipeline
OutgoingPipelineFactory ( IMessageRouter router ) : System.Threading.Tasks
WarmupAsync ( ) : System.Threading.Tasks.Task

메소드 상세

CooldownAsync() 공개 메소드

public CooldownAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Create() 공개 메소드

public Create ( ) : OutgoingPipeline
리턴 OutgoingPipeline

OutgoingPipelineFactory() 공개 메소드

public OutgoingPipelineFactory ( IMessageRouter router ) : System.Threading.Tasks
router IMessageRouter
리턴 System.Threading.Tasks

WarmupAsync() 공개 메소드

public WarmupAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task