Share via


ServiceNotification Class

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Represents a service notification containing details about a service whose replica or instance endpoints have changed.

Namespace:   System.Fabric
Assembly:  System.Fabric (in System.Fabric.dll)

Inheritance Hierarchy

System.Object
  System.Fabric.ServiceNotification

Syntax

public sealed class ServiceNotification

Properties

Name Description
System_CAPS_pubproperty Endpoints

Gets the new replica or instance endpoints published by the service. The collection will be empty if the service has been deleted.

System_CAPS_pubproperty PartitionId

Gets the partition ID of the service.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty ServiceName

Gets the name of the service.

System_CAPS_pubproperty Version

Gets the version of this notification event. The version can be used to order any two notification events.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Fabric Namespace

Return to top