AcknowledgedProperties Property
Definition
- Assemblies
- Savvyio.Messaging.dll
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.