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

Numerically greater values of priority indicate higher priorities.The behavior is undefined unless rangeBegin, rangeEnd 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.20.3.1
Syntax
public 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.
rangeEnd
Type: SystemInt32
The end of the sub-service code range that the service will be advertising, inclusive.
priority
Type: SystemInt32
The priority of the service. Numerically greater values indicate higher priorities.

Implements

IProviderSessionActivateSubServiceCodeRange(String, Int32, Int32, Int32)
See Also