Edit

Share via


WebServiceAdapter2.Timeout Property

Definition

Gets or sets the time-out value in seconds for a WebServiceAdapterObject object.

public:
 property int Timeout { int get(); void set(int value); };
public int Timeout { get; set; }
member this.Timeout : int with get, set
Public Property Timeout As Integer

Property Value

Remarks

The default value of the Timeout property is 30 seconds.

Important: This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

Applies to