ServiceRegistrationOptions Properties |
The ServiceRegistrationOptions type exposes the following members.
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 subscription 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. Note that this will not have any effect for request-response or resolution services. |