TfsMessageQueue.Close Method (TimeSpan)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub Close ( _
timeout As TimeSpan _
)
public void Close(
TimeSpan timeout
)
public:
void Close(
TimeSpan timeout
)
member Close :
timeout:TimeSpan -> unit
public function Close(
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.