Click or drag to resize
SessionEndExecute Method
Ends asynchronous execute operation

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public RowSet EndExecute(
	IAsyncResult ar
)

Parameters

ar
Type: SystemIAsyncResult

Return Value

Type: RowSet

Implements

ISessionEndExecute(IAsyncResult)
See Also