Method | Description | |
---|---|---|
Execute ( ) : void |
Set the background task running
|
|
ExitAsync ( ) : void |
Signals that the keep alive thread should go away
|
|
KeepAliveBackgroundTaskBase ( TimeSpan keepAliveInterval ) : System |
Constructor
|
Method | Description | |
---|---|---|
PerformKeepAliveTask ( ) : void |
Inhereting classes must implement this method. It is the work that needs to be performed to keep us alive
|
Method | Description | |
---|---|---|
StartThreadHere ( ) : void |
Thread entry point
|
public KeepAliveBackgroundTaskBase ( TimeSpan keepAliveInterval ) : System | ||
keepAliveInterval | TimeSpan | |
return | System |
protected abstract PerformKeepAliveTask ( ) : void | ||
return | void |