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