Click or drag to resize

HpsvContextsList Class

Allows access to all Simulation Contexts see HpsvContext. Available via Contexts
Inheritance Hierarchy
SystemObject
  HP.SV.DotNetRuleApiHpsvContextsList

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.00
Syntax
C#
public sealed class HpsvContextsList

The HpsvContextsList type exposes the following members.

Properties
  NameDescription
Public propertyCall
Call Simulation Context, single instance per each request (e.g. re-used for generation of all multi-responses)
Public propertyOperation
Operation Simulation Context, single instance per each operation of the virtual service.
Public propertyServer
Server Simulation Context, single instance per whole server.
Public propertyService
Service Simulation Context, single instance per each virtual service.
Public propertySession
Session Simulation Context, single instance per each client session
Top
See Also