Add Heartbeat Function to Service, Add Timer to ClientSuite Service Startup check

This commit is contained in:
Jonathan Jenne
2019-02-18 17:06:41 +01:00
parent bc7605bdcf
commit 4229682da0
24 changed files with 259 additions and 85 deletions

View File

@@ -29,8 +29,8 @@ Namespace My
''' </summary>
Partial Class MyApplication
' User Config
Public User As New UserState()
Public Service As New ServiceState()
Public User As New ClassUserState()
Public Service As New ClassServiceState()
End Class
End Namespace