IAsyncEwsClient.FetchTaskAsync
IAsyncEwsClient.FetchTaskAsync method
Fetches the specified task.
public Task<ExchangeTask> FetchTaskAsync(string taskUri,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| taskUri | String | A task uri. |
| cancellationToken | CancellationToken | The cancellation token. |
Return Value
A fetched ExchangeTask
Exceptions
| exception | condition |
|---|---|
| AsposeArgumentException | taskUri is null or empty. |
See Also
- class ExchangeTask
- interface IAsyncEwsClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email