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; }
<DataMemberAttribute>
Public Property ReplyDelay As UInteger
Get
Set
public:
[DataMemberAttribute]
property unsigned int ReplyDelay {
unsigned int get ();
void set (unsigned int value);
}
[<DataMemberAttribute>]
member ReplyDelay : uint32 with 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