[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Close resources.

Namespace: net.esper.eql.db
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Protected Sub Close ( _
	pair As Pair(Of DbConnection, DbCommand) _
)
C#
protected void Close (
	Pair<DbConnection, DbCommand> pair
)
Visual C++
protected:
void Close (
	Pair<DbConnection^, DbCommand^>^ pair
)

Parameters

pair
net.esper.collection.Pair<(Of FirstT, SecondT>)
is the resources to close.