Bloom.HtmlThumbNailer.Advance C# (CSharp) Method

Advance() private method

This is a trick that processes waiting for thumbnails can use in situations where Application.Idle is not being invoked. Such uses must pass a non-null control created in the thread where Application_Idle should be invoked (i.e., the UI thread)
private Advance ( Control invokeTarget ) : void
invokeTarget System.Windows.Forms.Control
return void
        internal void Advance(Control invokeTarget)
        {
            // apparently obsolete
        }