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.17.0.1
Syntax
void ActivateSubServiceCodeRange(
	string uri,
	int begin,
	int end,
	int priority
)

Parameters

uri
Type: SystemString
The URI of the service.
begin
Type: SystemInt32
The begining of the sub-service code range that the service will be advertising, inclusive. Must be between 0 and 2^24.
end
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