Click or drag to resize
ServiceRegistrationOptionsServicePriority Property
Gets or sets the non-negative priority for a service.

The service will be registered to the specified value, where numerically greater values indicate higher priorities. The behavior is undefined unless the value is non-negative.

Note that while the values of ServiceRegistrationOptionsServiceRegistrationPriority are suitable for use here, any non-negative value is acceptable.

By default, a service will be registered with PRIORITY_HIGH.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public int ServicePriority { get; set; }

Property Value

Type: Int32
See Also