Share via


NodeDeactivationResult.EffectiveIntent Property

Definition

A node may get deactivated by multiple tasks at the same time. Each task may specify a different node deactivation intent. In this case, effective intent is highest intent among all deactivation tasks, where ordering is defined as Pause < Restart < RemoveData.

public System.Fabric.NodeDeactivationIntent EffectiveIntent { get; }
member this.EffectiveIntent : System.Fabric.NodeDeactivationIntent
Public ReadOnly Property EffectiveIntent As NodeDeactivationIntent

Property Value

Returns NodeDeactivationIntent.

Applies to