AbstractServiceSendRequest Method |
Send the request described in requestMetadata and transform requestObject to its definitive format.
This method is synchronized, and should ONLY be called in functional test and automated test, else the UI thread will be blocked.
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public Message SendRequest(
RequestData requestData
)
Public Function SendRequest (
requestData As RequestData
) As Message
public:
Message^ SendRequest(
RequestData^ requestData
)
member SendRequest :
requestData : RequestData -> Message
Parameters
- requestData
- Type: Hummingbird.TestFramework.ServicesRequestData
RequestData contains the details of the request to sent
Return Value
Type:
MessageMessage object contains information of execution, this message will be shown in the main window
See Also