WebHeartbeatEvent Constructor (String^, Int32)
.NET Framework (current version)
Initializes a new instance of the WebHeartbeatEvent class with the given message and event code.
Assembly: System.Web (in System.Web.dll)
Parameters
- message
-
Type:
System::String^
The description of the event.
- eventCode
-
Type:
System::Int32
The code associated with the event. When you implement a custom event, the event code must be greater than WebExtendedBase.
.NET Framework
Available since 2.0
Available since 2.0
Show: