-
Book Overview & Buying
-
Table Of Contents
Learning ArcGIS Runtime SDK for .NET
By :
Everything you will be using in this chapter will be related to the .NET concept of tasks. Tasks were introduced in .NET Framework 4 and have greatly simplified the process of writing asynchronous applications, which makes your apps more responsive and non-blocking. A user can enter some search parameter, such as a name, press a button or hit the Enter key, and then the operation will do its work in such a manner that it doesn't prevent the user from continuing to work on other parts of the app. ArcGIS Runtime's capabilities are heavily based on this pattern, so it's important that you have a good understanding of how to execute code using this pattern.
In this chapter, we're going to explore Esri.ArcGISRuntime.Tasks. This namespace has many classes in it, but for now we're going to just focus on the ones relevant to the topic of this chapter. In later chapters, we'll return to this namespace because the pattern of using tasks is so prevalent when using ArcGIS Runtime. In Esri.ArcGISRuntime...
Change the font size
Change margin width
Change background colour