Click or drag to resize
ServiceRegistrationOptionsAddActiveSubServiceCodeRange Method
Advertises the service to be registered to receive, with the specified 'priority', subscriptions that the resolver has mapped to a service code between the specified 'begin' and the specified 'end' values, inclusive. The behavior of this function is undefined unless '0 <= begin <= end < (1 << 24)', and 'priority' is non-negative.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.10.3.1
Syntax
public void AddActiveSubServiceCodeRange(
	int begin,
	int end,
	int priority
)

Parameters

begin
Type: SystemInt32
end
Type: SystemInt32
priority
Type: SystemInt32
See Also