Method ProtocolExists
- Assembly
- Skyline.DataMiner.Core.AppPackageInstaller.dll
ProtocolExists(string, string)
Determines whether the specified version of the specified protocol exists.
bool ProtocolExists(string protocolName, string protocolVersion)Parameters
Returns
- bool
- trueif the protocol is valid; otherwise,- false.
Exceptions
- ArgumentNullException
- protocolNameis null.
- ArgumentNullException
- protocolVersionis null.
- ArgumentException
- protocolNameis the empty string ("") or white space.
- ArgumentException
- protocolVersionis the empty string ("") or white space.