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
)
Public Shared Sub Add (
message As Message
)
public:
static void Add(
Message^ message
)
static member Add :
message : Message -> unit
Parameters
- message
- Type: Hummingbird.TestFramework.MessagingMessage
[Missing <param name="message"/> documentation for "M:Hummingbird.TestFramework.Messaging.MessageQueue.Add(Hummingbird.TestFramework.Messaging.Message)"]
See Also