Click or drag to resize
ProviderSessionActivateSubServiceCodeRange Method
Activates sub-service code range of the specified [begin, end] and the specified priority to an already registered service.

Numerically greater values of priority indicate higher priorities.The behavior is undefined unless begin, end and priority are between 0 and 2^24 (2 to the power of 24) and the service has already been registered.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public 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.
end
Type: SystemInt32
The end of the sub-serivce code range that the service will be advertising, inclusive.
priority
Type: SystemInt32
The priority of the service. Numerically greater values indicate higher priorities.
See Also