Click or drag to resize

MessageQueueLoad Method

Loads the messages from the disk.

Namespace:  Hummingbird.TestFramework.Messaging
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static List<Message> Load()

Return Value

Type: ListMessage
A list of Message loaded from the disk.
See Also