C# Class FW45Shared.SqlCommandHelper.AsyncExecuteReaderWrapper

Inheritance: IDisposable
Exibir arquivo Open project: Microsoft/ApplicationInsights-dotnet-server

Public Methods

Method Description
BeginExecute ( ) : void
Dispose ( ) : void

Private Methods

Method Description
AsyncExecuteReaderWrapper ( string connectionString, string commandText, ManualResetEvent mre, int numberOfAsyncArgs ) : System
Callback ( IAsyncResult ar ) : void

Method Details

BeginExecute() public method

public BeginExecute ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void