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

Inheritance: IAsyncResult
Afficher le fichier Open project: vargaz/mono

Méthodes publiques

Méthode Description
DummyAsyncResult ( bool isCompleted, bool completedSynchronously, object state ) : System

Method Details

DummyAsyncResult() public méthode

public DummyAsyncResult ( bool isCompleted, bool completedSynchronously, object state ) : System
isCompleted bool
completedSynchronously bool
state object
Résultat System