ServiceNotification Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a service notification containing details about a service whose replica or instance endpoints have changed. Notifications are dispatched by the ServiceNotificationFilterMatched event.
public sealed class ServiceNotification
type ServiceNotification = class
Public NotInheritable Class ServiceNotification
- Inheritance
-
ServiceNotification
Properties
Endpoints |
Gets the new replica or instance endpoints published by the service. The collection will be empty if the service has been deleted. |
PartitionId |
Gets the partition ID of the service. |
PartitionInfo |
Gets the detailed partition information for the service. This property can be null in certain cases where detailed partition information is unavailable - such as when the service notification event is for a service deletion event. |
ServiceName |
Gets the name of the service. |
Version |
Gets the version of this notification event. The version can be used to order any two notification events. |
Applies to
Azure SDK for .NET