ServiceNotification Class

Definition

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