C# Class Segmentio.Flush.BatchingFlushHandler

Inheritance: IFlushHandler
Afficher le fichier Open project: Monkimun/segmentio-unity

Méthodes publiques

Méthode Description
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

Method Details

BatchingFlushHandler() public méthode

public BatchingFlushHandler ( ) : System
Résultat System

BatchingFlushHandler() public méthode

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
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

FlushOne() public méthode

public FlushOne ( ) : void
Résultat void

Process() public méthode

public Process ( Segmentio.Model.BaseAction action ) : void
action Segmentio.Model.BaseAction
Résultat void