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
stringThe 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
IAppPackageProtocolPackageThe protocol to add to the package.
Returns
- IAppPackageBuilder
A reference to this instance after this operation has completed.