Table of Contents

AcknowledgedProperties Property

Definition

Namespace
Savvyio.Messaging
Assemblies
Savvyio.Messaging.dll
Source
src/Savvyio.Messaging/MessageAsyncEnumerableOptions.cs

AcknowledgedProperties

Gets or sets the implementation of an IProducerConsumerCollection<T> that is used to store all acknowledged properties. Default is a new instance of ConcurrentBag<T>.

public IProducerConsumerCollection<IDictionary<string, object>> AcknowledgedProperties { get; set; }

Property Value

IProducerConsumerCollection<IDictionary<string, object>>

The implementation of an IProducerConsumerCollection<T> that is used to store all acknowledged properties.