C# Класс MassTransit.Util.TaskSupervisorExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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