Kimono.KHTMLPart.ScheduleRedirection C# (CSharp) Метод

ScheduleRedirection() публичный Метод

Schedules a redirection after delay seconds.
public ScheduleRedirection ( int delay, string url, bool lockHistory ) : void
delay int
url string
lockHistory bool
Результат void
        public void ScheduleRedirection(int delay, string url, bool lockHistory)
        {
            interceptor.Invoke("scheduleRedirection$$$", "scheduleRedirection(int, const QString&, bool)", typeof(void), typeof(int), delay, typeof(string), url, typeof(bool), lockHistory);
        }

Same methods

KHTMLPart::ScheduleRedirection ( int delay, string url ) : void
KHTMLPart