C# Class Elmah.SqlErrorLog.AsyncResultWrapper

An IAsyncResult implementation that wraps another.
Inheritance: IAsyncResult
Datei anzeigen Open project: elmah/Elmah

Public Methods

Method Description
AsyncResultWrapper ( IAsyncResult inner, object asyncState ) : System

Method Details

AsyncResultWrapper() public method

public AsyncResultWrapper ( IAsyncResult inner, object asyncState ) : System
inner IAsyncResult
asyncState object
return System