Constructor AlarmTemplateID
- Namespace
- Skyline.DataMiner.Net.AlarmTemplateHelper
- Assembly
- SLNetTypes.dll
AlarmTemplateID()
Initializes a new instance of the AlarmTemplateID class.
public AlarmTemplateID()
AlarmTemplateID(string, string, string)
Initializes a new instance of the AlarmTemplateID class using the specified template name, protocol name and protocol version.
public AlarmTemplateID(string name, string protocolName, string protocolVersion)
Parameters
name
stringThe template name.
protocolName
stringThe protocol name.
protocolVersion
stringThe protocol version.
Examples
var id = new AlarmTemplateID("AlarmTemplate", "Protocol", "1.0.0.0");