C# Class HaywireMQ.Collections.CompletedAsyncResult

Inheritance: AsyncResult
Show file Open project: kellabyte/HaywireMQ

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