Click or drag to resize

CqlCommandExecuteAsync Method

Evaluates the Linq command and executes asynchronously the cql statement.

Namespace:  Cassandra.Data.Linq
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public Task<RowSet> ExecuteAsync()

Return Value

Type: TaskRowSet
See Also