IAsyncEwsClient.FetchTaskAsync

IAsyncEwsClient.FetchTaskAsync method

Fetches the specified task.

public Task<ExchangeTask> FetchTaskAsync(string taskUri, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
taskUriStringA task uri.
cancellationTokenCancellationTokenThe cancellation token.

Return Value

A fetched ExchangeTask

Exceptions

exceptioncondition
AsposeArgumentExceptiontaskUri is null or empty.

See Also