TfsMessageQueueService.ReconnectTimeout Property
Gets the interval of time allowed for reconnection before the disconnected event is raised.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ReconnectTimeout As TimeSpan
public TimeSpan ReconnectTimeout { get; }
public:
property TimeSpan ReconnectTimeout {
TimeSpan get ();
}
member ReconnectTimeout : TimeSpan with get
function get ReconnectTimeout () : 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.