Table of Contents

AcknowledgedPropertiesCallback Property

Definition

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

AcknowledgedPropertiesCallback

Gets or sets the delegate that is invoked at the end of a sequence with all acknowledged properties.

public Func<IEnumerable<IDictionary<string, object>>, Task> AcknowledgedPropertiesCallback { get; set; }

Property Value

Func<IEnumerable<IDictionary<string, object>>, Task>

The delegate that is invoked at the end of a sequence with all acknowledged properties.