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