Click or drag to resize
SessionEndPrepare Method
Ends asynchronous prepare operation

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

Parameters

ar
Type: SystemIAsyncResult

Return Value

Type: PreparedStatement

Implements

ISessionEndPrepare(IAsyncResult)
See Also