Click or drag to resize

SavedResponseReplyDelay Property

Gets or sets the reply delay in number of Seconds, when the service simulation replies.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public uint ReplyDelay { get; set; }

Property Value

Type: UInt32
An UInt32 number represents the number to time to wait before the service simulation replies to the invoker.
See Also