Table of Contents

Class AcknowledgedEventArgs

Namespace
Savvyio.Messaging
Assembly
Savvyio.Core.dll

Provides data for message related operations.

public class AcknowledgedEventArgs : EventArgs
Inheritance
Object
EventArgs
AcknowledgedEventArgs

Constructors

AcknowledgedEventArgs(IDictionary<String, Object>)

Initializes a new instance of the AcknowledgedEventArgs class.

public AcknowledgedEventArgs(IDictionary<string, object> properties)

Parameters

properties IDictionary<String, Object>

The System.Collections.Generic.IDictionary<TKey, TValue>> to associate with the event.

Fields

Empty

Represents an event with no event data.

public static readonly AcknowledgedEventArgs Empty

Field Value

AcknowledgedEventArgs

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.

See Also

EventArgs