Share via


OperationEvent.EndTime Property

Definition

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)

Property Value

Applies to