Migration services: Difference between revisions

No edit summary
No edit summary
Line 332: Line 332:
No input, returns an [[#IAsyncContext|IAsyncContext]].
No input, returns an [[#IAsyncContext|IAsyncContext]].


Besides other functionality, this uses network request [[Network|transfer_events/%lld/abort_transfer]].
Besides other functionality, this async task uses network request [[Network|transfer_events/%lld/abort_transfer]].


== IClient ==
== IClient ==
Line 396: Line 396:
No input, returns an [[#IAsyncContext|IAsyncContext]].
No input, returns an [[#IAsyncContext|IAsyncContext]].


Besides other functionality, this uses network request [[Network|transfer_events/%lld/finish_transfer]].
Besides other functionality, this async task uses network request [[Network|transfer_events/%lld/finish_transfer]].


== IServer ==
== IServer ==
Line 449: Line 449:
No input, returns an [[#IAsyncContext|IAsyncContext]].
No input, returns an [[#IAsyncContext|IAsyncContext]].


Besides other functionality, this uses network request [[Network|transfer_events/start]].
Besides other functionality, this async task uses network request [[Network|transfer_events/start]].


=== Cmd510 ===
=== Cmd510 ===
No input, returns an [[#IAsyncContext|IAsyncContext]].
No input, returns an [[#IAsyncContext|IAsyncContext]].


Besides other functionality, this uses network request [[Network|transfer_events/%lld/abort_transfer]].
Besides other functionality, this async task uses network request [[Network|transfer_events/%lld/abort_transfer]].


== IClient ==
== IClient ==
Line 569: Line 569:
No input, returns an [[#IAsyncContext|IAsyncContext]].
No input, returns an [[#IAsyncContext|IAsyncContext]].


Besides other functionality, this uses network request [[Network|transfer_events/start]].
Besides other functionality, this async task uses network request [[Network|transfer_events/start]].


=== Cmd500 ===
=== Cmd500 ===
No input, returns an [[#IAsyncContext|IAsyncContext]].
No input, returns an [[#IAsyncContext|IAsyncContext]].


Besides other functionality, this uses network request [[Network|transfer_events/%lld/finish_upload]].
Besides other functionality, this async task uses network request [[Network|transfer_events/%lld/finish_upload]].


=== Cmd610 ===
=== Cmd610 ===
No input, returns an [[#IAsyncContext|IAsyncContext]].
No input, returns an [[#IAsyncContext|IAsyncContext]].


Besides other functionality, this uses network request [[Network|transfer_events/%lld/abort_upload]].
Besides other functionality, this async task uses network request [[Network|transfer_events/%lld/abort_upload]].


=== Cmd900 ===
=== Cmd900 ===
Takes a total of 4-bytes of input, returns an [[#IAsyncContext|IAsyncContext]].
Takes a total of 4-bytes of input, returns an [[#IAsyncContext|IAsyncContext]].


Besides other functionality, this may call the same network-request func as [[#Cmd500]].
Besides other functionality, this async task may call the same network-request func as [[#Cmd500]].


== IDownloader ==
== IDownloader ==
Line 627: Line 627:
No input, returns an [[#IAsyncContext|IAsyncContext]].
No input, returns an [[#IAsyncContext|IAsyncContext]].


Besides other functionality, this uses network request [[Network|transfer_events/%lld/finish_download]].
Besides other functionality, this async task uses network request [[Network|transfer_events/%lld/finish_download]].


=== Cmd900 ===
=== Cmd900 ===
Takes a total of 4-bytes of input, returns an [[#IAsyncContext|IAsyncContext]].
Takes a total of 4-bytes of input, returns an [[#IAsyncContext|IAsyncContext]].


Besides other functionality, this may call the same network-request func as [[#Cmd500_2|Cmd500]].
Besides other functionality, this async task may call the same network-request func as [[#Cmd500_2|Cmd500]].


= Notes =
= Notes =