Aerospike LINDPad Driver

DynamicDriver..::..TearDownContext Method

This virtual method is called after a query has completed. You can use this hook to perform cleanup activities such as disposing of the context or other objects.

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

Syntax


public void TearDownContext(
	IConnectionInfo cxInfo,
	Object context,
	QueryExecutionManager executionManager,
	Object[] constructorArguments
)

Parameters

cxInfo
Type: IConnectionInfo
context
Type: Object
executionManager
Type: QueryExecutionManager
constructorArguments
Type: array<Object>[]()[][]