IDriverExecutionManager.ExecuteDriverJob Method |
[This is preliminary documentation and is subject to change.]
Executes the specified driver job
Namespace: Netadmin.Management.DriversAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxlong ExecuteDriverJob(
long driverJobId
)
Function ExecuteDriverJob (
driverJobId As Long
) As Long
Parameters
- driverJobId
- Type: System.Int64
Id of the driver job
Return Value
Type:
Int64A driver execution thread identifier
Exceptions
See Also