Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Elmah
SqlErrorLog.AsyncResultWrapper
C# Class Elmah.SqlErrorLog.AsyncResultWrapper
An
IAsyncResult
implementation that wraps another.
Inheritance:
IAsyncResult
ファイルを表示
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