C# Class RampUp.Actors.BatchInfo

Data for a single round of disp
Show file Open project: Scooletz/RampUp

Public Properties

Property Type Description
ProcessedNumberOfMessages int
RequestedNumberOfMessages int
StopWatchTicksSpentOnProcessing long

Public Methods

Method Description
BatchInfo ( int requestedNumberOfMessages, int processedNumberOfMessages, long stopWatchTicksSpentOnProcessing )

Method Details

BatchInfo() public method

public BatchInfo ( int requestedNumberOfMessages, int processedNumberOfMessages, long stopWatchTicksSpentOnProcessing )
requestedNumberOfMessages int
processedNumberOfMessages int
stopWatchTicksSpentOnProcessing long

Property Details

ProcessedNumberOfMessages public property

public int ProcessedNumberOfMessages
return int

RequestedNumberOfMessages public property

public int RequestedNumberOfMessages
return int

StopWatchTicksSpentOnProcessing public property

public long StopWatchTicksSpentOnProcessing
return long