C# Class PrePrompt.Samples.Common.AsyncResultWrapper

Inheritance: IAsyncResult
ファイルを表示 Open project: prompt/preprompt-wcf-http Class Usage Examples

Public Methods

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

Method Details

AsyncResultWrapper() public method

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