Skip to content
Lars Kristian Dahl edited this page Feb 15, 2016 · 1 revision

All methods that access an API provide both a synchronous and an asynchronous. Asynchronous methods are post-fixed with Async. Some classes provide lazily loaded properties, which are loaded synchronously by default. To load such properties asynchronously, call InitAsync() on the respective objects, before accessing it's properties. All such properties are documented as such in it's comments.

Clone this wiki locally