public interface IWebBackgroundServiceQueue : IBackgroundServiceQueue
Public Interface IWebBackgroundServiceQueue
Inherits IBackgroundServiceQueue
public interface class IWebBackgroundServiceQueue : IBackgroundServiceQueue
type IWebBackgroundServiceQueue =
interface
interface IBackgroundServiceQueue
end
DequeAsync | Возвращает следующее действие для обработки и соответствующий отправке данного действия контекст обработки. Если на момент вызова метода очередь пустая, метод будет ожидать, пока в очередь не поместят следующее действие. |
EnqueueAsync |
Помещает действие в очередь асинхронной обработки в фономов режиме.
(Унаследован от IBackgroundServiceQueue) |