C# Class FW45Shared.SqlCommandHelper.AsyncExecuteNonQueryWrapper

Inheritance: IDisposable
Afficher le fichier Open project: Microsoft/ApplicationInsights-dotnet-server

Méthodes publiques

Méthode Description
BeginExecute ( ) : void
Dispose ( ) : void

Private Methods

Méthode Description
AsyncExecuteNonQueryWrapper ( string connectionString, string commandText, ManualResetEvent mre, int numberOfArgs ) : System
Callback ( IAsyncResult ar ) : void

Method Details

BeginExecute() public méthode

public BeginExecute ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void