Method | Description | |
---|---|---|
EndAsyncResult ( IAsyncResult asyncResult ) : void | ||
ToAsyncResult ( Task task, AsyncCallback callback, object state ) : IAsyncResult |
public static EndAsyncResult ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public static ToAsyncResult ( Task task, AsyncCallback callback, object state ) : IAsyncResult | ||
task | Task | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |