C# Class Microsoft.Http.CompletedAsyncResult

Inheritance: AsyncResult
Afficher le fichier Open project: o2platform/O2.Platform.Projects Class Usage Examples

Méthodes publiques

Méthode Description
CompletedAsyncResult ( AsyncCallback callback, object state ) : System
End ( IAsyncResult result ) : void

Method Details

CompletedAsyncResult() public méthode

public CompletedAsyncResult ( AsyncCallback callback, object state ) : System
callback AsyncCallback
state object
Résultat System

End() public static méthode

public static End ( IAsyncResult result ) : void
result IAsyncResult
Résultat void