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
namestringThe template name.
protocolNamestringThe protocol name.
protocolVersionstringThe protocol version.
Examples
var id = new AlarmTemplateID("AlarmTemplate", "Protocol", "1.0.0.0");