reportportal/client-dotnet

Make all Async methods cancellable

Closed this issue · 0 comments

interface ILaunchResource
Task<MessageResponse> AnalyzeAsync(AnalyzeLaunchRequest request, CancellationToken cancellationToken = default);

CAUTION:
It's not a breaking change on compilation level, but a breaking change at binary level.