Showing results for April 2020 - Azure SDK Blog

Apr 28, 2020
0
0

How to use CancellationTokens to cancel tasks in the Azure SDK for .NET

Heath Stewart
Heath Stewart

The ability to cancel long-running tasks is important to help keep applications responsive. Whether the network connection is slow or disconnects, or the user just wants to cancel a long task, using a [`CancellationToken`][CancellationToken] in .NET makes it easy to cancel those long tasks.

dotnet
Apr 7, 2020
0
0

Process data in real-time with Java and Azure Event Hubs

Connie Yau
Connie Yau

In my position with the Azure SDK team, I'm fortunate to talk to a lot of customers about their needs. Most applications can be categorized into big buckets where we can see the same design patterns repeated. One of those categories is data processing.

java