Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mregen committed Jun 29, 2024
1 parent e0815d1 commit 62241cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Libraries/Opc.Ua.Client/Session.cs
Original file line number Diff line number Diff line change
Expand Up @@ -781,8 +781,8 @@ public DateTime LastKeepAliveTime
}

/// <summary>
/// Gets the time in ms of the last keep alive.
/// Independent of System time changes
/// Gets the TickCount in ms of the last keep alive based on <see cref="HiResClock.TickCount"/>.
/// Independent of system time changes.
/// </summary>
public int LastKeepAliveTickCount
{
Expand Down

0 comments on commit 62241cc

Please sign in to comment.