ServiceBase.onSessionChange not catching events
I am trying to catch the session change events using .Net framework 4.7. According to Documentation , I have to override the OnSessionChange() method and change the CanHandleSessionChangeEvent to true but still I am unable to catch any event. Here is the code: