Constructor ProductionProtocol
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageCreator.dll
ProductionProtocol()
Initializes a new instance of the ProductionProtocol class.
public ProductionProtocol()
ProductionProtocol(string, string, bool)
Initializes a new instance of the ProductionProtocol class.
public ProductionProtocol(string protocolName, string protocolVersion, bool copyTemplates)
Parameters
protocolName
stringThe protocol name.
protocolVersion
stringThe protocol version.
copyTemplates
booltrue
to copy the templates; otherwise,false
.
Exceptions
- ArgumentNullException
protocolName
orprotocolVersion
is null.- ArgumentException
protocolName
orprotocolVersion
is empty or white space.