Click or drag to resize

MessageQueueRemove Method

Removes the specified message from the queue.

Namespace:  Hummingbird.TestFramework.Messaging
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static void Remove(
	Message message
)

Parameters

message
Type: Hummingbird.TestFramework.MessagingMessage
The message.
See Also