ClientServiceMethodAttribute.TimeoutOverrideInSeconds Property

Gets or sets a value which overrides the default time-out of the client for this method.

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices.Proxy
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property TimeoutOverrideInSeconds As Integer
public int TimeoutOverrideInSeconds { get; set; }
public:
property int TimeoutOverrideInSeconds {
    int get ();
    void set (int value);
}
member TimeoutOverrideInSeconds : int with get, set
function get TimeoutOverrideInSeconds () : int 
function set TimeoutOverrideInSeconds (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

ClientServiceMethodAttribute Class

Microsoft.TeamFoundation.Framework.Server.WebServices.Proxy Namespace