Click or drag to resize
ServiceRegistrationOptions Methods

The ServiceRegistrationOptions type exposes the following members.

Methods
  NameDescription
Public methodAddActiveSubServiceCodeRange
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.

Public methodRemoveAllActiveSubServiceCodeRanges
Removes all previously added sub-service code ranges.
Top
See Also