Table of Contents

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 string

The name of the protocol.

protocolVersion string

The version of the protocol.

copyTemplates bool

true to copy the templates; otherwise, false.

Exceptions

ArgumentException

protocolName or protocolVersion is null or white space.