Click or drag to resize
IDriverExecutionManagerExecuteDriver Method

[This is preliminary documentation and is subject to change.]

Executes a driver with the specified input

Namespace: Netadmin.Management.Drivers
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
long ExecuteDriver(
	IDriverExecutionInput executionInput
)

Parameters

executionInput
Type: Netadmin.Management.Drivers.DtoIDriverExecutionInput
The execution input

Return Value

Type: Int64
A driver execution thread identifier
Exceptions
ExceptionCondition
ArgumentExceptionThe value can not be null
ArgumentExceptionDevice identifier must be specified
ArgumentExceptionNo inputs could be found for the driver
ArgumentExceptionScriptServerId is neither provided, nor configured on the device
DriverExecutionRelatedException
ObjectNotFoundExceptionDriver could not be found
ExceptionA delegate callback throws an exception.
DriverParameterExceptionThe driver input has no default value, and no value has been provided
See Also