Method GetTrendTemplate
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
GetTrendTemplate(string)
Gets the trend template with the specified name for this protocol.
IDmsTrendTemplate GetTrendTemplate(string templateName)
Parameters
templateNamestringThe name of the trend template.
Returns
- IDmsTrendTemplate
The trend template with the specified name for this protocol.
Exceptions
- ArgumentNullException
templateNameis null.- ArgumentException
templateNameis the empty string ("") or white space.- TrendTemplateNotFoundException
No trend template with the specified name was found.