ServiceRegistrationOptionsAddActiveSubServiceCodeRange Method |
Advertises the service to be registered to receive, with the
specified
priority, subscriptions that the
resolver has mapped to a service code between the specified
begin and the specified
end
values, inclusive.
Numerically greater values of priority
indicate higher priorities.The behavior of this function is
undefined unless '0 <= begin <=
end < (1 << 24)',
and priority is non-negative.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.5.1
Syntax public void AddActiveSubServiceCodeRange(
int begin,
int end,
int priority
)
Public Sub AddActiveSubServiceCodeRange (
begin As Integer,
end As Integer,
priority As Integer
)
public:
void AddActiveSubServiceCodeRange(
int begin,
int end,
int priority
)
member AddActiveSubServiceCodeRange :
begin : int *
end : int *
priority : int -> unit
Parameters
- 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 that the service will be registered with. Numerically
greater values indicate higher priorities.
See Also