Session Class
The TcHmiSrv.Session class was moved from the TcHmiSrv to the TcHmiSrv.Core namespace. It was therefore replaced by the TcHmiSrv.Core.Session class.
Differences between this release
- TcHmiSrv.Core.Session implements TcHmiSrv.Core.Duplication.ICopyable.T. and System.IEquatable.T..
- The Session.Session(Session) constructor was removed. Use the Session.DeepCopy. method instead.