Bloomberg API for .NET
ActivateSubServiceCodeRange Method (uri, begin, end, priority)
NamespacesBloomberglp.BlpapiProviderSessionActivateSubServiceCodeRange(String, Int32, Int32, Int32)
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.
Declaration Syntax
C#Visual BasicVisual C++
public void ActivateSubServiceCodeRange(
	string uri,
	int begin,
	int end,
	int priority
)
Public Sub ActivateSubServiceCodeRange ( 
	uri As String,
	begin As Integer,
	end As Integer,
	priority As Integer
)
public:
void ActivateSubServiceCodeRange(
	String^ uri, 
	int begin, 
	int end, 
	int priority
)
Parameters
uri (String)
begin (Int32)
end (Int32)
priority (Int32)

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1