C# Class FW45Shared.SqlCommandHelper.AsyncExecuteReaderInSequence

Inheritance: IDisposable
Datei anzeigen Open project: Microsoft/ApplicationInsights-dotnet-server

Public Methods

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

Private Methods

Method Description
AsyncExecuteReaderInSequence ( string connectionString, string commandText, ManualResetEvent mre ) : System
Callback1 ( IAsyncResult ar1 ) : void
Callback2 ( IAsyncResult ar2 ) : void

Method Details

BeginExecute() public method

public BeginExecute ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void