CircuitOptions.JSInteropDefaultCallTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates how long the server will wait before timing out an asynchronous JavaScript function invocation.
public:
property TimeSpan JSInteropDefaultCallTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan JSInteropDefaultCallTimeout { get; set; }
member this.JSInteropDefaultCallTimeout : TimeSpan with get, set
Public Property JSInteropDefaultCallTimeout As TimeSpan
Property Value
Defaults to 1 minute
.