MessageAsyncEnumerableOptions Constructor
Definition
- Assemblies
- Savvyio.Messaging.dll
MessageAsyncEnumerableOptions()
Initializes a new instance of the MessageAsyncEnumerableOptions<T> class.
public MessageAsyncEnumerableOptions()
Remarks
The following table shows the initial property values for an instance of MessageAsyncEnumerableOptions<T>.
| Property | Initial Value |
|---|---|
| AcknowledgedProperties | new ConcurrentBag<IDictionary<string, object>>() |
| AcknowledgedPropertiesCallback | null |
| MessageCallback | null |