(new WebRequestEvent("my message",
null,
WebEventCodes.WebExtendedbase +1)).Raise();
-- bruce (sqlworkcom)
> Hi,
>
[quoted text clipped - 6 lines]
> Thank you,
> Max
Steven Cheng[MSFT] - 25 Oct 2007 07:12 GMT
Thanks for bruce's input.
Hi Max,
As Bruce suggested, you can simply create the event instance and call
"Raise" method to raise it. Also, it support creating custom event, here
are some articles describing this:
#How To: Use Health Monitoring in ASP.NET 2.0
http://msdn2.microsoft.com/en-us/library/ms998306.aspx#paght000011_step1
#Raising Custom ASP.NET Health Monitoring Events Example
http://msdn2.microsoft.com/en-us/library/ms227545.aspx
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Date: Wed, 24 Oct 2007 13:04:07 -0700
>From: bruce barker <nospam@nospam.com>
[quoted text clipped - 17 lines]
>> Thank you,
>> Max