Click or drag to resize
IMapperExecuteAsync Method
Executes the batch specified asynchronously.

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax
C#
Task ExecuteAsync(
	ICqlBatch batch
)

Parameters

batch
Type: Cassandra.MappingICqlBatch

Return Value

Type: Task
Remarks
To set the consistency level, timestamp and other batch options, use WithOptions(ActionCqlQueryOptions). Individual options for each query within the batch will be ignored.
See Also