Click or drag to resize

TraceableSqlCommandBeginExecuteReader Method (AsyncCallback, Object)

Begins the execute reader. Wrapper of the same function in SqlCommand.

Namespace:  Amazon.XRay.Recorder.Handlers.SqlServer
Assembly:  AWSXRayRecorder.Handlers.SqlServer (in AWSXRayRecorder.Handlers.SqlServer.dll) Version: 2.11.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public IAsyncResult BeginExecuteReader(
	AsyncCallback callback,
	Object stateObject
)

Parameters

callback
Type: SystemAsyncCallback
The callback.
stateObject
Type: SystemObject
The state object.

Return Value

Type: IAsyncResult
An System.IAsyncResult that can be used to poll or wait for results, or both;
See Also