C# Class AsyncDolls.Testing.MessageUnit.UnitOutgoingPipelineFactory

Inheritance: IOutgoingPipelineFactory
Afficher le fichier Open project: danielmarbach/async-dolls

Méthodes publiques

Méthode 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 méthode

public CooldownAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Create() public méthode

public Create ( ) : OutgoingPipeline
Résultat AsyncDolls.Pipeline.Outgoing.OutgoingPipeline

UnitOutgoingPipelineFactory() public méthode

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

WarmupAsync() public méthode

public WarmupAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task