ServicePartitionResolutionChange Class

Definition

This wrapper contains the updated ResolvedServicePartition.

public sealed class ServicePartitionResolutionChange
type ServicePartitionResolutionChange = class
Public NotInheritable Class ServicePartitionResolutionChange
Inheritance
ServicePartitionResolutionChange

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.

Properties

Exception

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

HasException

Indicates whether there was an exception.

Result

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

Applies to