IRuntimeService Interface
This service is used to configure runtime related properties.

Namespace: Aspose.Html.Services
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public interface IRuntimeService : IService, 
	IDisposable

The IRuntimeService type exposes the following members.

Properties
  NameDescription
Public propertyJavaScriptTimeout
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
  NameDescription
Public methodDispose (Inherited from IDisposable.)
See Also