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