Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the interval of time that a connection operation will sleep when an empty response is received.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property SleepTimeout As TimeSpan
public TimeSpan SleepTimeout { get; }
public:
property TimeSpan SleepTimeout {
TimeSpan get ();
}
member SleepTimeout : TimeSpan with get
function get SleepTimeout () : TimeSpan
Property Value
Type: System.TimeSpan
Returns TimeSpan.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.