Click or drag to resize

AbstractServiceSendRequestAsync Method

Asynchronized version of SendRequest method.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public Message SendRequestAsync(
	RequestData requestData,
	PropertyChangedEventHandler propertyChanged
)

Parameters

requestData
Type: Hummingbird.TestFramework.ServicesRequestData
RequestData contains the details of the request to sent
propertyChanged
Type: System.ComponentModelPropertyChangedEventHandler
an event handler subscribes the event when the request status is changed.

Return Value

Type: Message
A Message object related to the test
See Also