C# Class Microsoft.Http.CompletedAsyncResult

Inheritance: AsyncResult
Show file Open project: o2platform/O2.Platform.Projects Class Usage Examples

Public Methods

Method Description
CompletedAsyncResult ( AsyncCallback callback, object state ) : System
End ( IAsyncResult result ) : void

Method Details

CompletedAsyncResult() public method

public CompletedAsyncResult ( AsyncCallback callback, object state ) : System
callback AsyncCallback
state object
return System

End() public static method

public static End ( IAsyncResult result ) : void
result IAsyncResult
return void