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

Parameters

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