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.18.1.1
Syntax
void DeactivateSubServiceCodeRange(
	string uri,
	int begin,
	int end
)

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. Must be between 0 and 2^24.
end
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