Click or drag to resize

MessageQueueAdd Method

Add an message in the queue. Never call this method when sending request, it will be handled by the framework.

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

Parameters

message
Type: Hummingbird.TestFramework.MessagingMessage

[Missing <param name="message"/> documentation for "M:Hummingbird.TestFramework.Messaging.MessageQueue.Add(Hummingbird.TestFramework.Messaging.Message)"]

See Also