Click or drag to resize

MessageQueueLoadAsync Method

Loads the messages from the disk asynchronously

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

Return Value

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