WebEventCodes.ApplicationHeartbeat Field
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 the event code indicating that a heartbeat event occurred. This field is constant.
public: int ApplicationHeartbeat = 1005;
public const int ApplicationHeartbeat = 1005;
val mutable ApplicationHeartbeat : int
Public Const ApplicationHeartbeat As Integer = 1005
Field Value
Value = 1005Remarks
The ApplicationHeartbeat is a major code and its value is greater than ApplicationCodeBase. ASP.NET raises the related WebHeartbeatEvent event at a periodic interval, as defined by the configuration file.
Applies to
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.