ServiceRegistrationOptions Class |
Namespace: Bloomberglp.Blpapi
The ServiceRegistrationOptions type exposes the following members.
Name | Description | |
---|---|---|
ServiceRegistrationOptions | Constructs a ServiceRegistrationOptions with well defined
defaults for various options. Currently the following defaults are
applied.
|
Name | Description | |
---|---|---|
GroupId |
Gets or sets Group ID for the service to be registered.
| |
PartsToRegister |
Gets or sets he parts of the service to be registered. See
RegistrationParts, above for additional details.
| |
ServicePriority |
Gets or sets the non-negative priority for a service.
|
Name | Description | |
---|---|---|
AddActiveSubServiceCodeRange |
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. The behavior of this function is undefined
unless '0 <= begin <= end < (1 << 24)', and
'priority' is non-negative.
|