Click or drag to resize
ProviderSessionDeactivateSubServiceCodeRange Method
De-activates sub-service code range specified by [begin, end] from to an already registered service. The behavior is undefined unless 'begin' and 'end' 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.12.5.1
Syntax
public void DeactivateSubServiceCodeRange(
	string uri,
	int begin,
	int end
)

Parameters

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