AcknowledgedEventArgs Constructor
Definition
- Assemblies
- Savvyio.Core.dll
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.