A randomly generated ID representing at telemetry report.
int SuccessfulGenerations[Get]
Number of successful generations since last reset.
Dictionary< string, int > SignatureFrequency[Get]
Holds the frequency of method signatures. Key is signatures in the form: [ReturnTypeId]-[TypeId]:[FrequencyOfType],[TypeId]:[FrequencyOfType]. Value is the number of times this signature was encountered in the last extraction process.
Dictionary< string, int > IncompatibleSignatureFrequency[Get]
Similar to SignatureFrequency but for incompatible methods.
Member Functions
ConduitStatistics
( IPersistenceLayer persistenceLayer )
void AddFrequencies
( Dictionary< string, int > sourceFrequencies )
Adds the supplied frequencies to the current collection.
Parameters
sourceFrequencies
The frequencies to add.
void AddIncompatibleFrequencies
( Dictionary< string, int > sourceFrequencies )
Adds the supplied incompatible method frequencies to the current collection.