Interface IRuntimeService

Interface IRuntimeService

Tên không gian: Aspose.Html.Services Tổng hợp: Aspose.HTML.dll (25.4.0)

Dịch vụ này được sử dụng để thiết lập các thuộc tính liên quan đến thời gian thực hiện.

[ComVisible(true)]
public interface IRuntimeService

Properties

JavaScriptTimeout

Gets or sets System.TimeSpan which limits JavaScript execution time. If script is executed longer than provided System.TimeSpan, it will be cancelled. Bạn có thể xác định infinite timeout by setting System.TimeSpan equal to -1 millisecond. Giá trị mặc định là 1 phút.

TimeSpan JavaScriptTimeout { get; set; }

Giá trị bất động sản

TimeSpan

 Tiếng Việt