Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Blocks the calling thread until the build finishes or the time-out expires.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function Wait ( _
pollingInterval As TimeSpan, _
timeout As TimeSpan, _
synchronizingObject As ISynchronizeInvoke _
) As Boolean
bool Wait(
TimeSpan pollingInterval,
TimeSpan timeout,
ISynchronizeInvoke synchronizingObject
)
bool Wait(
TimeSpan pollingInterval,
TimeSpan timeout,
ISynchronizeInvoke^ synchronizingObject
)
abstract Wait :
pollingInterval:TimeSpan *
timeout:TimeSpan *
synchronizingObject:ISynchronizeInvoke -> bool
function Wait(
pollingInterval : TimeSpan,
timeout : TimeSpan,
synchronizingObject : ISynchronizeInvoke
) : boolean
Parameters
pollingInterval
Type: System.TimeSpanThe interval of time between server polling
timeout
Type: System.TimeSpanThe overall time-out of the blocking call
- synchronizingObject
Type: System.ComponentModel.ISynchronizeInvoke
Return Value
Type: System.Boolean
True if the build finished in the specified time-out, false otherwise
.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.