OperationEvent.Duration Property

Definition

Gets duration of the operation if the stage type is End. Return null for other stage types.

public:
 property Nullable<double> Duration { Nullable<double> get(); };
public double? Duration { get; }
member this.Duration : Nullable<double>
Public ReadOnly Property Duration As Nullable(Of Double)

Property Value

Applies to