IRuntimeService Interface |
This service is used to configure runtime related properties.
Namespace: Aspose.Html.ServicesAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic interface IRuntimeService : IService,
IDisposable
Public Interface IRuntimeService
Inherits IService, IDisposable
public interface class IRuntimeService : IService,
IDisposable
type IRuntimeService =
interface
interface IService
interface IDisposable
end
The IRuntimeService type exposes the following members.
Properties
| Name | Description |
---|
 | JavaScriptTimeout |
Gets or sets TimeSpan which limits JavaScript execution time. If script is executed longer than provided TimeSpan, it will be cancelled. You can specify infinite timeout by setting TimeSpan equal to -1 millisecond. Default value is 1 minute.
|
Methods
See Also