C# Class FW45Shared.SqlCommandHelper.AsyncExecuteXmlReaderWrapper

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

Public Methods

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

Private Methods

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

Method Details

BeginExecute() public method

public BeginExecute ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void