Table of Contents

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

templateName string

The name of the trend template.

Returns

IDmsTrendTemplate

The trend template with the specified name for this protocol.

Exceptions

ArgumentNullException

templateName is null.

ArgumentException

templateName is the empty string ("") or white space.

TrendTemplateNotFoundException

No trend template with the specified name was found.