TfsMessageQueueService.ReceiveTimeout Property
Gets the interval of time that a connection can sustain inactivity before timing out.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ReceiveTimeout As TimeSpan
public TimeSpan ReceiveTimeout { get; }
public:
property TimeSpan ReceiveTimeout {
TimeSpan get ();
}
member ReceiveTimeout : TimeSpan with get
function get ReceiveTimeout () : 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.