C# Class System.Web.UI.Page.DummyAsyncResult

Inheritance: IAsyncResult
Show file Open project: vargaz/mono

Public Methods

Method Description
DummyAsyncResult ( bool isCompleted, bool completedSynchronously, object state ) : System

Method Details

DummyAsyncResult() public method

public DummyAsyncResult ( bool isCompleted, bool completedSynchronously, object state ) : System
isCompleted bool
completedSynchronously bool
state object
return System