Pre-requisites:
[Noyr : This is just a client library, the configurations related to server-side hub methods should be taken care of later.]
Actions:
CheckHubConnectionState: Checks the state of the hub connection
BuildConnectionObj: Builds a Signal R connection object used for further communication
StartConnectionClick: Starting the Signal R connection
StopSignalRConnection: This method can be used to stop the communication manually or after a specified interval
Invoke Method: Invoking the Hub Server Method.
To be Taken care:
[Note: you can open the console to check for extra logs]