C# 클래스 Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.BackgroundRunner

Amazon mobile analytics background runner. Background runner periodically sends events to server.
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
AbortBackgroundRunner ( ) : void
AbortBackgroundThread ( ) : void

Abort the background worker

StartWork ( ) : void

Starts the Mobile Analytics Manager background thread.

비공개 메소드들

메소드 설명
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.

메소드 상세

AbortBackgroundRunner() 공개 정적인 메소드

public static AbortBackgroundRunner ( ) : void
리턴 void

AbortBackgroundThread() 공개 정적인 메소드

Abort the background worker
public static AbortBackgroundThread ( ) : void
리턴 void

StartWork() 공개 메소드

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