PartitionDataLossProgress Class

Definition

Returns Invoke data loss progress object.

[System.Runtime.Serialization.DataContract]
public sealed class PartitionDataLossProgress : System.Fabric.TestCommandProgress
[<System.Runtime.Serialization.DataContract>]
type PartitionDataLossProgress = class
    inherit TestCommandProgress
Public NotInheritable Class PartitionDataLossProgress
Inherits TestCommandProgress
Inheritance
PartitionDataLossProgress
Attributes

Remarks

This class returns the TestCommandProgressState, Result (when in Completed or Faulted state), and Exception (when in Faulted state) information for the invoke data loss action.

Properties

Result

Gets the result of the invoke data loss action; this is avaliable only when the action is in Completed or Faulted state.

State

Gets the State at which the action is now: Running, Completed, Faulted, or Invalid

(Inherited from TestCommandProgress)

Methods

ToString()

Returns a string representation of the contained information

Applies to