Click or drag to resize
SessionEndExecute Method
Ends asynchronous execute operation

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public RowSet EndExecute(
	IAsyncResult ar
)

Parameters

ar
Type: SystemIAsyncResult

Return Value

Type: RowSet

Implements

ISessionEndExecute(IAsyncResult)
See Also