UsageStatistic Properties |
The UsageStatistic type exposes the following members.
| Name | Description | |
|---|---|---|
| AutomatedTestCreated |
Gets or sets the number of automated test are created or modified.
| |
| AutomatedTestExecuted |
Gets the automated test executed.
| |
| AutomatedTestFailed |
Gets or sets the number of automated test executed but failed.
| |
| AutomatedTestPassed |
Gets or sets the number of automated test executed and passed.
| |
| AutomatedTestWarning |
Gets or sets the number of automated test executed with warning.
| |
| IncomingAll |
Gets the incoming message count .
| |
| IncomingFailed |
Gets or sets the number of incoming messaged which are failed to process.
| |
| IncomingSuccess |
Gets or sets the number of incoming messages which successfully processed.
| |
| OutgoingAll |
Gets the outgoing message count
| |
| OutgoingFailed |
Gets or sets the number of outgoing which failed.
| |
| OutgoingSuccess |
Gets or sets the number of outgoing messages with success.
|