Constructor ProtocolTemplate
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageCreator.dll
ProtocolTemplate()
Initializes a new instance of the ProtocolTemplate class.
public ProtocolTemplate()
ProtocolTemplate(string, string)
Initializes a new instance of the ProtocolTemplate class.
public ProtocolTemplate(string protocolName, string name)
Parameters
Exceptions
- ArgumentNullException
protocolName
orname
is null.- ArgumentException
protocolName
orname
is empty or white space.