klyn.data.QueryStream.cancel
method
public cancel() as Void
Description

Requests cancellation of the current provider operation.

Cancellation is idempotent. Providers release owned resources before this method returns or as part of the following close() call.

rows.cancel()