C# 클래스 AsyncDolls.Pipeline.Outgoing.OutgoingPipeline.LazyTransportStep

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

공개 메소드들

메소드 설명
Invoke ( AsyncDolls.Pipeline.Outgoing.OutgoingTransportContext context, Func next ) : System.Threading.Tasks.Task
LazyTransportStep ( Func factory ) : System

메소드 상세

Invoke() 공개 메소드

public Invoke ( AsyncDolls.Pipeline.Outgoing.OutgoingTransportContext context, Func next ) : System.Threading.Tasks.Task
context AsyncDolls.Pipeline.Outgoing.OutgoingTransportContext
next Func
리턴 System.Threading.Tasks.Task

LazyTransportStep() 공개 메소드

public LazyTransportStep ( Func factory ) : System
factory Func
리턴 System