using (new SPMonitoredScope("My code block (WebPart1)"))
{
// the code to be monitored here
}
Please see the blog from Waldek Mastykarz for detail.
SharePoint, MOSS, WSS, 2007, 2010, 2013, workflow, InfoPath, SharePoint Designer, SharePoint InfoPath
using (new SPMonitoredScope("My code block (WebPart1)"))
{
// the code to be monitored here
}
No comments:
Post a Comment