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

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