Table of Contents

Method WithProtocolPackage

Namespace
Skyline.AppInstaller
Assembly
Skyline.DataMiner.Core.AppPackageCreator.dll

WithProtocolPackage(string)

Adds the specified protocol package to the package.

public IAppPackageBuilder WithProtocolPackage(string protocolPackageFilePath)

Parameters

protocolPackageFilePath string

The filepath to the protocol package to add to the package.

Returns

IAppPackageBuilder

A reference to this instance after this operation has completed.

WithProtocolPackage(IAppPackageProtocolPackage)

Adds the specified protocol package to the package.

public IAppPackageBuilder WithProtocolPackage(IAppPackageProtocolPackage protocol)

Parameters

protocol IAppPackageProtocolPackage

The protocol to add to the package.

Returns

IAppPackageBuilder

A reference to this instance after this operation has completed.