Skip to content

IDurableQueue<T>.Enqueue(T)

Enqueue(T)

abstract
public abstract void Enqueue(T item)
Adds an element to the end of the queue.

Parameters

itemT
The element to add to the queue.