Click or drag to resize

HpsvMultiResponse Class

Specifies multi-response behavior, accessible via MultiResponse
Inheritance Hierarchy
SystemObject
  HP.SV.DotNetRuleApiHpsvMultiResponse

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public sealed class HpsvMultiResponse

The HpsvMultiResponse type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets or Sets the expected count of responses being simulated The value is subject of simulation priority, e.g. if the value is set by a rule with higher priority then setting the value does not have any effect. Setting a value lower than current Index has no effect If the protocol of the virtual service does not support multi-responses then setting the value has no effect.
Public propertyIndex
Returns one based index of current response being simulated
Top
See Also