C# Class MassTransit.Util.TaskSupervisorExtensions

Afficher le fichier Open project: phatboyg/MassTransit

Méthodes publiques

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

Method Details

CreateParticipant() public static méthode

public static CreateParticipant ( this supervisor, string tag, Func onStopMethod ) : ITaskParticipant
supervisor this
tag string
onStopMethod Func
Résultat ITaskParticipant

CreateScope() public static méthode

public static CreateScope ( this supervisor, string tag, Func afterStopped ) : ITaskScope
supervisor this
tag string
afterStopped Func
Résultat ITaskScope