Click or drag to resize
IProviderSessionDeactivateSubServiceCodeRange Method
De-activates the specified sub-service code range from an already registered service.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntax
void DeactivateSubServiceCodeRange(
	string serviceName,
	int rangeBegin,
	int rangeEnd
)

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. Must be between 0 and 2^24.
rangeEnd
Type: SystemInt32
The end of the sub-serivce code range that the service will be advertising, inclusive. Must be between 0 and 2^24.
See Also