Aerospike LINDPad Driver

DynamicDriver..::..OnQueryFinishing Method

This method is called after the query's main thread has finished running the user's code, but before the query has stopped. If you've spun up threads that are still writing results, you can use this method to wait out those threads.

Namespace:  Aerospike.Database.LINQPadDriver
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


public void OnQueryFinishing(
	IConnectionInfo cxInfo,
	Object context,
	QueryExecutionManager executionManager
)

Parameters

cxInfo
Type: IConnectionInfo
context
Type: Object
executionManager
Type: QueryExecutionManager