KestrunTaskService.GetResult method

Gets the output object for a completed task.

public object? GetResult(string id)
parameter description
id The task identifier.

Return Value

The task output object, or null if not found or no output.

See Also