C# 클래스 Microsoft.HockeyApp.Channel.FlushManager

This class handles all the logic for flushing the In Memory buffer to the persistent storage.
상속: IDisposable
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Flush void
FlushLoop void
FlushManager System
OnTelemetryBufferFull void

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes the object.

비공개 메소드들

메소드 설명
Flush ( ) : void

Persist the in-memory telemetry items.

FlushLoop ( ) : void

Flushes in intervals set by FlushDelay.

FlushManager ( BaseStorageService storage, TelemetryBuffer telemetryBuffer, bool supportAutoFlush = true ) : System

Initializes a new instance of the FlushManager class.

OnTelemetryBufferFull ( ) : void

Handles the full event coming from the TelemetryBuffer.

메소드 상세

Dispose() 공개 메소드

Disposes the object.
public Dispose ( ) : void
리턴 void