Click or drag to resize

History Properties

The History type exposes the following members.

Properties
  NameDescription
Public propertyAutomatedTestCreated
Gets or sets the number of automated test are created or modified, This is a Overall counter.
Public propertyAutomatedTestExecuted
Gets the automated test executed.
Public propertyAutomatedTestFailed
Gets or sets the number of automated test executed but failed, This is a Overall counter.
Public propertyAutomatedTestPassed
Gets or sets the number of automated test executed and passed, This is a Overall counter.
Public propertyAutomatedTestWarning
Gets or sets the number of automated test executed with warning.
Public propertyDailyUsageStatistics
The dictionary contains all usages within the days.
Public propertyIncomingAll
Gets the incoming message count .
Public propertyIncomingFailed
Gets or sets the number of incoming messaged which are failed to process, This is a Overall counter.
Public propertyIncomingSuccess
Gets or sets the number of incoming messages which successfully processed, This is a Overall counter.
Public propertyStatic memberInstance
Gets the instance of History.
Public propertyLifeTime
The global statistic is calculated from this datetime;
Public propertyMessages
Gets or sets the messages (transactions of test).
Public propertyOutgoingAll
Gets the outgoing message count
Public propertyOutgoingFailed
Gets or sets the number of outgoing which failed, This is a Overall counter.
Public propertyOutgoingSuccess
Gets or sets the number of outgoing messages with success, This is a Overall counter.
Public propertySavedRequests
Gets or sets the saved requests.
Public propertyUsageStatistic
Gets the UsageStatstic object for current date. Usage Statistic of the software, including requests sent, message received and automated test executed.
Top
See Also