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
Unless I'm missing something the async versions are not awaitable but all use the callback method. With .NET 4.5 awaitable support would be very nice not to have to write callbacks (simply put async versions returning Tasks would work well).