Click or drag to resize

HpsvUnscopedSequenceBuilderCustomScope Method

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.

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public HpsvSequenceBuilderCustomScoped CustomScope(
	string name
)

Parameters

name
Type: SystemString
name of the scope

Return Value

Type: HpsvSequenceBuilderCustomScoped
Custom scope
See Also