C# 클래스 Segmentio.Flush.BatchingFlushHandler

상속: IFlushHandler
파일 보기 프로젝트 열기: Monkimun/segmentio-unity

공개 메소드들

메소드 설명
BatchingFlushHandler ( ) : System
BatchingFlushHandler ( IBatchFactory batchFactory, IRequestHandler requestHandler, int minBatchSize, int maxQueueSize, System.TimeSpan minInterval ) : System
Dispose ( ) : void
Flush ( ) : void
FlushOne ( ) : void
Process ( Segmentio.Model.BaseAction action ) : void

메소드 상세

BatchingFlushHandler() 공개 메소드

public BatchingFlushHandler ( ) : System
리턴 System

BatchingFlushHandler() 공개 메소드

public BatchingFlushHandler ( IBatchFactory batchFactory, IRequestHandler requestHandler, int minBatchSize, int maxQueueSize, System.TimeSpan minInterval ) : System
batchFactory IBatchFactory
requestHandler IRequestHandler
minBatchSize int
maxQueueSize int
minInterval System.TimeSpan
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

FlushOne() 공개 메소드

public FlushOne ( ) : void
리턴 void

Process() 공개 메소드

public Process ( Segmentio.Model.BaseAction action ) : void
action Segmentio.Model.BaseAction
리턴 void