C# Class Lanymy.Common.Instruments.WorkTaskQueue

Inheritance: IDisposable
Afficher le fichier Open project: lanymy/Lanymy.NET

Méthodes publiques

Méthode Description
WorkTaskQueue ( Action workAction, int workTaskTotalCount = 1, int taskSleepMilliseconds = 3*1000, int channelCapacityCount, BoundedChannelFullMode channelFullMode = BoundedChannelFullMode.Wait ) : System

Private Methods

Méthode Description
WorkTaskQueue ( Channel channel, Action workAction, int workTaskTotalCount, int taskSleepMilliseconds, int channelCapacityCount, BoundedChannelFullMode channelFullMode ) : System

Method Details

WorkTaskQueue() public méthode

public WorkTaskQueue ( Action workAction, int workTaskTotalCount = 1, int taskSleepMilliseconds = 3*1000, int channelCapacityCount, BoundedChannelFullMode channelFullMode = BoundedChannelFullMode.Wait ) : System
workAction Action
workTaskTotalCount int
taskSleepMilliseconds int
channelCapacityCount int
channelFullMode BoundedChannelFullMode
Résultat System