C# Class AsyncDolls.Testing.MessageUnit.UnitOutgoingPipelineFactory

Inheritance: IOutgoingPipelineFactory
Mostrar archivo Open project: danielmarbach/async-dolls

Public Methods

Method Description
CooldownAsync ( ) : System.Threading.Tasks.Task
Create ( ) : OutgoingPipeline
UnitOutgoingPipelineFactory ( Task>.Func onMessage, ICollection outgoing, IMessageRouter router ) : System
WarmupAsync ( ) : System.Threading.Tasks.Task

Method Details

CooldownAsync() public method

public CooldownAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Create() public method

public Create ( ) : OutgoingPipeline
return AsyncDolls.Pipeline.Outgoing.OutgoingPipeline

UnitOutgoingPipelineFactory() public method

public UnitOutgoingPipelineFactory ( Task>.Func onMessage, ICollection outgoing, IMessageRouter router ) : System
onMessage Task>.Func
outgoing ICollection
router IMessageRouter
return System

WarmupAsync() public method

public WarmupAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task