Method ProtocolExists
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.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.