C# Class Elmah.SqlErrorLog.AsyncResultWrapper

An IAsyncResult implementation that wraps another.
Inheritance: IAsyncResult
Afficher le fichier Open project: elmah/Elmah

Méthodes publiques

Méthode Description
AsyncResultWrapper ( IAsyncResult inner, object asyncState ) : System

Method Details

AsyncResultWrapper() public méthode

public AsyncResultWrapper ( IAsyncResult inner, object asyncState ) : System
inner IAsyncResult
asyncState object
Résultat System