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

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
Task ExecuteAsync(
	ICqlBatch batch
)

Parameters

batch
Type: Cassandra.MappingICqlBatch

Return Value

Type: Task
See Also