Click or drag to resize

HpsvUnscopedSequenceBuilder Class

Default sequence builder, when no scope is specified then Service scope is used
Inheritance Hierarchy

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

The HpsvUnscopedSequenceBuilder type exposes the following members.

Methods
  NameDescription
Public methodCustomScope
Uses Custom scope. So it creates shared sequence per sequence name when having the same name of the custom scope. The name of the custom scope could be nested.
Public methodDelete
Deletes the sequence by name within current scope. It silently ignores non existing sequence name.
(Inherited from HpsvSequenceBuilderBase.)
Public methodGetAll
Gets all existing sequences within current scope
(Inherited from HpsvSequenceBuilderBase.)
Public methodCode exampleGetOrCreate
Gets existing sequence by name or creates new one (using configure) from current scope
(Inherited from HpsvSequenceBuilderBase.)
Public methodCode exampleReconfigure
Reconfigures existing sequence by name or creates new one (using configure) from current scope
(Inherited from HpsvSequenceBuilderBase.)
Public methodServerScope
Uses Server scope. So it creates shared sequence per sequence name.
Public methodServiceScope
Uses Virtual Service scope. So it creates distinct sequence per each Virtual Service even if it uses the same sequence name. This is the default scope.
Top
See Also