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 maximum time to delay acknowledgement of messages on the server.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property MaxAcknowledgementDelay As TimeSpan
public TimeSpan MaxAcknowledgementDelay { get; private set; }
public:
property TimeSpan MaxAcknowledgementDelay {
TimeSpan get ();
private: void set (TimeSpan value);
}
member MaxAcknowledgementDelay : TimeSpan with get, private set
function get MaxAcknowledgementDelay () : TimeSpan
private function set MaxAcknowledgementDelay (value : 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.