Table of Contents

Interface IDelayableQueueItem

Namespace
Azure.Iot.Operations.Protocol
Assembly
Azure.Iot.Operations.Mqtt.dll

The base interface for all elements used in a BlockingConcurrentDelayableQueue<T>.

public interface IDelayableQueueItem

Methods

IsReady()

Check if this queue item is ready to be dequeued.

bool IsReady()

Returns

bool

True if the queue item is ready to be dequeued.

MarkAsReady()

Mark this queue item as ready to be dequeued.

void MarkAsReady()