AFSession.EndTime Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The end time of the connection.
Namespace: OSIsoft.AF.Diagnostics
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFTime? EndTime { get; }
Public ReadOnly Property EndTime As AFTime? Get Dim instance As AFSession Dim value As AFTime? value = instance.EndTime
public: property Nullable<AFTime> EndTime { Nullable<AFTime> get (); }
member EndTime : Nullable<AFTime> with get
Property Value
Type: NullableAFTime
Remarks
If then the session is still active.