OperationEvent.Duration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)