IMapper.ExecuteAsync Method (ICqlBatch, String) |
Executes the batch specified asynchronously with the provided execution profile.
Namespace:
Cassandra.Mapping
Assembly:
Cassandra (in Cassandra.dll) Version: 3.10.0
SyntaxTask ExecuteAsync(
ICqlBatch batch,
string executionProfile
)
Parameters
- batch
- Type: Cassandra.Mapping.ICqlBatch
- executionProfile
- Type: System.String
Return Value
Type:
Task
Remarks
See Also