CircuitOptions.JSInteropDefaultCallTimeout Property

Definition

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.

Applies to