WebHeartbeatEvent Constructor (String^, Int32)

 

Initializes a new instance of the WebHeartbeatEvent class with the given message and event code.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public protected:
WebHeartbeatEvent(
	String^ message,
	int eventCode
)

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
Return to top
Show: