ProviderSessionActivateSubServiceCodeRange Method |
Activates sub-service code range of the specified
[
begin,
end]
and the specified
priority to an already
registered service.
Numerically greater values of priority indicate
higher priorities.The behavior is undefined unless
begin, end and
priority 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.17.0.1
Syntax public void ActivateSubServiceCodeRange(
string uri,
int begin,
int end,
int priority
)
Public Sub ActivateSubServiceCodeRange (
uri As String,
begin As Integer,
end As Integer,
priority As Integer
)
public:
virtual void ActivateSubServiceCodeRange(
String^ uri,
int begin,
int end,
int priority
) sealed
abstract ActivateSubServiceCodeRange :
uri : string *
begin : int *
end : int *
priority : int -> unit
override ActivateSubServiceCodeRange :
uri : string *
begin : int *
end : int *
priority : 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.
- end
- Type: SystemInt32
The end of the sub-serivce code range that the service will be
advertising, inclusive.
- priority
- Type: SystemInt32
The priority of the service. Numerically greater values indicate
higher priorities.
Implements
IProviderSessionActivateSubServiceCodeRange(String, Int32, Int32, Int32)See Also