| AsyncResultExtensions Class |
Namespace: PatchKit.Async
public static class AsyncResultExtensions
The AsyncResultExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| FetchResultsFromAsyncOperationT |
Fetches the result from AsyncResultT.
If Exception isn't null then it is thrown again as inner exception.
If async operation has been cancelled then OperationCanceledException is thrown.
|