C# Class MassTransit.Util.TaskSupervisorExtensions

Mostrar archivo Open project: phatboyg/MassTransit

Public Methods

Method Description
CreateParticipant ( this supervisor, string tag, Func onStopMethod ) : ITaskParticipant
CreateScope ( this supervisor, string tag, Func afterStopped ) : ITaskScope

Method Details

CreateParticipant() public static method

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

CreateScope() public static method

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