Click or drag to resize

MessageQueueMessageAdded Event

Occurs when a message is added in the MessageQueue. Hummingbird TestManager uses this event to show the message in the list

Namespace:  Hummingbird.TestFramework.Messaging
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static event EventHandler<MessageAddedEventArgs> MessageAdded

Value

Type: SystemEventHandlerMessageAddedEventArgs
Remarks
The event handler is also used by Performance Test runner to collect service calls.
See Also