Namespace: Consultingwerk.SmartComponents.Implementation
Class 
KeepAliveService Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:KeepAliveService
Purpose:Service that performs keep alive AppServer calls
Description:Service can be loaded via service.xml, keep-alive timer
can be set in number of seconds using the .applicationsettings
file (Consultingwerk.Framework.IConfigurationProvider)
using the AppServerKeepAlivePeriod setting
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Feb 22 23:38:21 CET 2014



Top Method Summary
Options Name Purpose
# OnAppServerKeepAlive (EventArgs) Raises the AppServerKeepAlive
# TimerTickHandler (Object, EventArgs) Event handler for the tick event of the Timer component

Top Constructor Summary
Options Name Purpose
+ KeepAliveService () Constructor for the KeepAliveService class

Top Event Summary
Options Name Purpose
+ AppServerKeepAlive (Object, EventArgs) Raised when ever an AppServer Keep Alive ping was successful

Top Property Summary
Options Name Purpose
+ CHARACTER LastResponse
+ System.Windows.Forms.Timer Timer


Method Detail
Top

PROTECTED OnAppServerKeepAlive (EventArgs)

Purpose: Raises the AppServerKeepAlive
Notes:

Parameters:
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for the event
Top

PROTECTED TimerTickHandler (Object, EventArgs)

Purpose: Event handler for the tick event of the Timer component
Notes:

Parameters:
sender System.Object
The reference to the object that raised the Tick event
e System.EventArgs
The System.EventArgs with the data for this event


Constructor Detail
Top

PUBLIC KeepAliveService ()

Purpose: Constructor for the KeepAliveService class
Notes:



Event Detail
Top

PUBLIC AppServerKeepAlive (Object, EventArgs)

Purpose: Raised when ever an AppServer Keep Alive ping was successful
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the AppServerKeepAlive event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for the event


Property Detail
Top

PUBLIC CHARACTER LastResponse


Returns CHARACTER
Top

PUBLIC System.Windows.Forms.Timer Timer


Returns System.Windows.Forms.Timer


©2006-2020 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       04.02.2020 23:16:43