Click or drag to resize
IDriverExecutionManagerGetResult Method

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

Get the result of an execution thread

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

Parameters

threadId
Type: SystemInt64
Identifier of the executing thread

Return Value

Type: IDriverExecutionResult

[Missing <returns> documentation for "M:Netadmin.Management.Drivers.IDriverExecutionManager.GetResult(System.Int64)"]

Exceptions
ExceptionCondition
ArgumentExceptionThrown if id is zero or lower
InvalidIdentifierExceptionThrown if an identifier is zero or lower
ObjectNotFoundExceptionThrown if the id of the entity is not found
Remarks
Once the result of a thread has been fetched using this method, it will no longer be available.
See Also