Click or drag to resize

MessageQueueUpdateInput Method

Updates the input object (request) of a given message

Namespace:  Hummingbird.TestFramework.Messaging
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static void UpdateInput(
	Message message,
	Object InObject,
	string InText,
	MessageStatus Status
)

Parameters

message
Type: Hummingbird.TestFramework.MessagingMessage
The referred message.
InObject
Type: SystemObject
The input object.
InText
Type: SystemString
The input object in text format (Serialized.
Status
Type: Hummingbird.TestFramework.MessagingMessageStatus
The status.
See Also