Microsoft.HockeyApp.UpdateManager.RunUpdateCheckAsync C# (CSharp) Method

RunUpdateCheckAsync() private method

Check for an update on the server HockecCient needs to be configured before calling this method (normally done by configuring a crahshandler in the App() constructor)
private RunUpdateCheckAsync ( UpdateCheckSettings settings = null ) : System.Threading.Tasks.Task
settings UpdateCheckSettings [optional] custom settings
return System.Threading.Tasks.Task
        internal async Task RunUpdateCheckAsync(UpdateCheckSettings settings = null)
        {
            await UpdateVersionIfAvailable(settings ?? UpdateCheckSettings.DefaultStartupSettings);
        }