Click or drag to resize
IProviderSessionActivateSubServiceCodeRange Method
Activates sub-service code range of an already registered service.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.5.1
Syntax
void ActivateSubServiceCodeRange(
	string serviceName,
	int rangeBegin,
	int rangeEnd,
	int priority
)

Parameters

serviceName
Type: SystemString
The name of the service.
rangeBegin
Type: SystemInt32
The beginning of the sub-service code range that the service will be advertising, inclusive. Must be between 0 and 2^24.
rangeEnd
Type: SystemInt32
The end of the sub-serivce code range that the service will be advertising, inclusive. Must be between 0 and 2^24.
priority
Type: SystemInt32
The priority of the service. Numerically greater values indicate higher priorities. Must be between 0 and 2^24.
See Also