C# Class RampUp.Actors.BatchInfo

Data for a single round of disp
Mostrar archivo 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_oe property

public int ProcessedNumberOfMessages
return int

RequestedNumberOfMessages public_oe property

public int RequestedNumberOfMessages
return int

StopWatchTicksSpentOnProcessing public_oe property

public long StopWatchTicksSpentOnProcessing
return long