CodePackageEntryPointStatistics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a code package entry point statistic.
public sealed class CodePackageEntryPointStatistics
type CodePackageEntryPointStatistics = class
Public NotInheritable Class CodePackageEntryPointStatistics
- Inheritance
-
CodePackageEntryPointStatistics
Properties
ActivationCount |
Gets the activation count. |
ActivationFailureCount |
Gets the activation failure count. |
ContinuousActivationFailureCount |
Gets the continuous activation failure count. |
ContinuousExitFailureCount |
Gets the continuous exit failure count. |
ExitCount |
Gets the exit count. |
ExitFailureCount |
Gets the exit failure count. |
LastActivationUtc |
Gets the last activation time in UTC. |
LastExitCode |
Gets the exit code. |
LastExitUtc |
Gets the last exit time in UTC. |
LastSuccessfulActivationUtc |
Gets the last successful activation time in UTC. |
LastSuccessfulExitUtc |
Gets the last successful exit time in UTC. |
Applies to
Azure SDK for .NET