Class AcknowledgedEventArgs
Provides data for message related operations.
public class AcknowledgedEventArgs : EventArgs
  - Inheritance
 - 
      objectAcknowledgedEventArgs
 
Constructors
AcknowledgedEventArgs(IDictionary<string, object>)
Initializes a new instance of the AcknowledgedEventArgs class.
public AcknowledgedEventArgs(IDictionary<string, object> properties)
  Parameters
propertiesIDictionary<string, object>The IDictionary<TKey, TValue>> to associate with the event.
Fields
Empty
Represents an event with no event data.
public static readonly AcknowledgedEventArgs Empty
  Field Value
Properties
Properties
Share state between components during message processing.
public IDictionary<string, object> Properties { get; }
  Property Value
- IDictionary<string, object>
 The state between components during message processing.