AdvancedLauncher.SDK.Model.Web.AbstractWebProvider.OnStarted C# (CSharp) Method

OnStarted() protected method

Calls on download start
protected OnStarted ( ) : void
return void
        protected virtual void OnStarted()
        {
            if (LogManager != null) {
                LogManager.Info("GuildInfo obtaining started.");
            }
            if (DownloadStarted != null) {
                DownloadStarted(this, BaseEventArgs.Empty);
            }
        }