WaitCompletionResult Type
Result of waiting for download completion.
Union cases
| Union case |
Description
|
Full Usage:
Completed completedCount
Parameters:
int
|
Download completed successfully with the given file count.
|
Full Usage:
TimedOut partialCount
Parameters:
int
|
Timeout reached before completion. Contains partial count at timeout.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCompleted
Returns: bool
|
|
Full Usage:
this.IsTimedOut
Returns: bool
|
|
Xanthos