Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
声明
Protected Sub CancelAllRequests ( _
    timeout As TimeSpan _
)
protected void CancelAllRequests(
    TimeSpan timeout
)
protected:
void CancelAllRequests(
    TimeSpan timeout
)
member CancelAllRequests : 
        timeout:TimeSpan -> unit 
protected function CancelAllRequests(
    timeout : TimeSpan
)
Parameters
- timeout
Type: System.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.