C# Class Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.BackgroundRunner

Amazon mobile analytics background runner. Background runner periodically sends events to server.
显示文件 Open project: aws/aws-sdk-net

Public Methods

Method Description
AbortBackgroundRunner ( ) : void
AbortBackgroundThread ( ) : void

Abort the background worker

StartWork ( ) : void

Starts the Mobile Analytics Manager background thread.

Private Methods

Method Description
DoWork ( ) : void

Sends Mobile Analytics events to server on background thread.

DoWorkAsync ( int millisecondsDelay ) : System.Threading.Task
IsAlive ( ) : bool

Determines if background thread is alive.

Method Details

AbortBackgroundRunner() public static method

public static AbortBackgroundRunner ( ) : void
return void

AbortBackgroundThread() public static method

Abort the background worker
public static AbortBackgroundThread ( ) : void
return void

StartWork() public method

Starts the Mobile Analytics Manager background thread.
public StartWork ( ) : void
return void