Table of Contents

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 string

The protocol name.

protocolVersion string

The protocol version.

copyTemplates bool

true to copy the templates; otherwise, false.

Exceptions

ArgumentNullException

protocolName or protocolVersion is null.

ArgumentException

protocolName or protocolVersion is empty or white space.