You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.