Share via


ServicePartitionResolutionChange Class

 

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

This wrapper contains the updated ResolvedServicePartition.

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

Inheritance Hierarchy

System.Object
  System.Fabric.ServicePartitionResolutionChange

Syntax

public sealed class ServicePartitionResolutionChange

Properties

Name Description
System_CAPS_pubproperty Exception

Gets the exception that was thrown while the relevant ResolvedServicePartition was being acquired or updated.

System_CAPS_pubproperty HasException

Indicates whether there was an exception.

System_CAPS_pubproperty Result

Contains the new ResolvedServicePartition that is relevant for the registered service partition.

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

Remarks

If there was an exception thrown while the newer ResolvedServicePartition is acquired, then the ServicePartitionResolutionChange also contains the exception. Note that if the Exception property is not null, then the Result property is null.

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