IDriverExecutionManagerResolveExecutionParameters Method |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Drivers
IReadOnlyDictionary<string, string> ResolveExecutionParameters( long driverId, long deviceId, IEnumerable<IDriverExecutionArgument> arguments )
Exception | Condition |
---|---|
DriverParameterException | The driver parameter could not be resolved to a non-empty value |
DriverParameterException | The driver input has no default value, and no value has been provided |
Exception | A delegate callback throws an exception. |
ArgumentException | The provided value is not valid |
ObjectNotFoundException | Object does not exist |