Overload List

NameDescription
DequeueResult(DequeueResult, array<Tuple>[]()[][])
Construct a new DequeueResult using the specified list of tuples. A copy of the provided tuples will be made. This may be useful when writing DequeueResult..::..Interceptor implementations.
DequeueResult(DequeueResult, IList<(Of <<'(Tuple>)>>))
Construct a new DequeueResult using the specified list of tuples. A copy of the provided tuples will be made. This may be useful when writing DequeueResult..::..Interceptor implementations.

See Also