Click or drag to resize
ServiceRegistrationOptions Properties

The ServiceRegistrationOptions type exposes the following members.

Properties
  NameDescription
Public propertyGroupId
Gets or sets Group ID for the service to be registered.
Public propertyPartsToRegister
Gets or sets he parts of the service to be registered. See RegistrationParts, above for additional details.
Public propertyServicePriority
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.

Top
See Also