C# 클래스 MassTransit.Util.TaskSupervisorExtensions

파일 보기 프로젝트 열기: phatboyg/MassTransit

공개 메소드들

메소드 설명
CreateParticipant ( this supervisor, string tag, Func onStopMethod ) : ITaskParticipant
CreateScope ( this supervisor, string tag, Func afterStopped ) : ITaskScope

메소드 상세

CreateParticipant() 공개 정적인 메소드

public static CreateParticipant ( this supervisor, string tag, Func onStopMethod ) : ITaskParticipant
supervisor this
tag string
onStopMethod Func
리턴 ITaskParticipant

CreateScope() 공개 정적인 메소드

public static CreateScope ( this supervisor, string tag, Func afterStopped ) : ITaskScope
supervisor this
tag string
afterStopped Func
리턴 ITaskScope