Skip to content

DriverResponse constructor (1 of 2)

Boxes the result.

public DriverResponse(RawResult result)
parameter description
result

See Also


DriverResponse constructor (2 of 2)

Initializes a new instance of DriverResponse from existing results, by copying the data.

public DriverResponse(IEnumerable<RawResult> results, bool owned = false)
parameter description
results The existing data
owned Whether the data is already owned; does not copy if true AND (results is a array, OR ArraySegment)!

See Also