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.16.0.1
Syntax void DeactivateSubServiceCodeRange(
string uri,
int begin,
int end
)
Sub DeactivateSubServiceCodeRange (
uri As String,
begin As Integer,
end As Integer
)
void DeactivateSubServiceCodeRange(
String^ uri,
int begin,
int end
)
abstract DeactivateSubServiceCodeRange :
uri : string *
begin : int *
end : int -> unit
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