Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser
- Classes
- AfterPrintEventArgs Class
- BeforeContextMenuEventArgs Class
- BeforeDownloadEventArgs Class
- BeforeNavigateEventArgs Class
- BeforePrintEventArgs Class
- BeforeRequestLoadEventArgs Class
- BrowserObject Class
- CertificateErrorEventArgs Class
- CommandEventArgs Class
- CommandIds Class
- ConsoleMessageEventArgs Class
- ContextMenu Class
- ContextMenuInfo Class
- DOMNodeEventArgs Class
- DOMNodeInfo Class
- DownloadEventArgs Class
- DownloadItem Class
- DownloadResult Class
- FileDialogEventArgs Class
- FindSession Class
- Frame Class
- FrameEventArgs Class
- FullscreenModeChangedArgs Class
- GiveFocusEventArgs Class
- JSDialogEventArgs Class
- JSException Class
- JSExtInvokeArgs Class
- JSFunction Class
- JSInvokeException Class
- JSNull Class
- JSObject Class
- JSRealObject Class
- JSUndefined Class
- LaunchUrlEventArgs Class
- LoadCompletedEventArgs Class
- LoadFailedEventArgs Class
- MenuItem Class
- MenuItemCollection Class
- NavigationTask Class
- NeedClientCertificateEventArgs Class
- NeedCredentialsEventArgs Class
- NewWindowEventArgs Class
- PostDataCollection Class
- PostDataItem Class
- PreloadTask Class
- RawBitmapData Class
- RenderUnresponsiveEventArgs Class
- Request Class
- RequestCanceledException Class
- RequestEventArgs Class
- RequestPermissionEventArgs Class
- ResourceHandler Class
- ResourceHandlerContext Class
- Response Class
- ResponseEventArgs Class
- Runtime Class
- ScriptTask Class
- ScriptTaskDoneEventArgs Class
- Shortcut Class
- ShouldForceDownloadEventArgs Class
- SSLStatus Class
- ThreadRunner Class
- WebView Class
- WebViewClosedEventArgs Class
- WebViewClosingEventArgs Class
- WebViewTask Class
- Interfaces
- Enumerations
- Delegates
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
PreloadTask Members |
The PreloadTask class exposes the following members.
Constructors
Name | Description | |
---|---|---|
PreloadTask(); | Initializes a new instance of the PreloadTask class. |
Properties
Name | Description | |
---|---|---|
Exception (inherited from WaitableTask) | Gets the exception object if the task has failed. | |
IsCanceled (inherited from WaitableTask) | Returns a value indicating whether the task was aborted. | |
IsDone (inherited from WaitableTask) | Checks whether this task has sucessfully finished or aborted. | |
NavigationTask | Returns the underlying NavigationTask object used to load the Url. | |
Result (inherited from WaitableTask) | Gets the result associated to this task. | |
WebView (inherited from WebViewTask) | Returns the WebView object to which this task is associated to. |
Methods
Name | Description | |
---|---|---|
Equals (inherited from Object) | ||
Finalize (inherited from Object) | ||
GetDoneEvent (inherited from WaitableTask) | Overloaded. Returns a WaitHandle object that will be signaled when the task completes. | |
GetHashCode (inherited from Object) | ||
GetType (inherited from Object) | ||
MemberwiseClone (inherited from Object) | ||
OnDone (inherited from WaitableTask) | Overloaded. Invoke an action when this task is done. | |
SetCanceled (inherited from WaitableTask) | Cancel the task. | |
SetException (inherited from WaitableTask) | Signal the task has failed. | |
SetResult (inherited from WaitableTask) | Signal the task has succeeded. | |
ToString (inherited from Object) | ||
WaitOne (inherited from WaitableTask) | Overloaded. Wait for the task to complete. |
See Also