Click or drag to resize

SessionEndPrepare Method

Ends asynchronous prepare operation

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public PreparedStatement EndPrepare(
	IAsyncResult ar
)

Parameters

ar
Type: SystemIAsyncResult

Return Value

Type: PreparedStatement

Implements

ISessionEndPrepare(IAsyncResult)
See Also