Click or drag to resize

IMapperExecuteAsync Method (ICqlBatch, String)

Executes the batch specified asynchronously with the provided execution profile.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
Task ExecuteAsync(
	ICqlBatch batch,
	string executionProfile
)

Parameters

batch
Type: Dse.MappingICqlBatch
executionProfile
Type: SystemString

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