OperationEvent.EndTime 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 end time (in ticks) of current operation which stage type is End. Return null for other stage types.
public:
property Nullable<long> EndTime { Nullable<long> get(); };
public long? EndTime { get; }
member this.EndTime : Nullable<int64>
Public ReadOnly Property EndTime As Nullable(Of Long)