Click or drag to resize
IDriverExecutionManager.ExecuteDriverJob Method

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

Executes the specified driver job

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

Parameters

driverJobId
Type: System.Int64
Id of the driver job

Return Value

Type: Int64
A driver execution thread identifier
Exceptions
ExceptionCondition
ObjectNotFoundExceptionDriver Job does not exist
See Also