This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Since i am creating dashboard in sharepoint.
How i can get information about
Number of alerts
categoriztion of alerts by using c# code in timer job.
Tariq Younas
Hi
The SDK should provide info on extracting alert information using C#
http://msdn.microsoft.com/en-us/library/hh328971.aspx
Cheers
Graham
Regards Graham New System Center 2012 Blog! - http://www.systemcentersolutions.co.uk View OpsMgr tips and tricks at http://systemcentersolutions.wordpress.com/
thanks Davies,
please let me know is given below parameter localhost is server name? Moreover, is this will work for Remote machine?
ManagementGroup mg = new ManagementGroup("localhost");