ThreadPoolThrottle.QueueUserWorkItemWithWait Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function QueueUserWorkItemWithWait ( _
    callBack As WaitCallback, _
    state As Object _
) As Boolean
public bool QueueUserWorkItemWithWait(
    WaitCallback callBack,
    Object state
)
public:
bool QueueUserWorkItemWithWait(
    WaitCallback^ callBack, 
    Object^ state
)
member QueueUserWorkItemWithWait : 
        callBack:WaitCallback * 
        state:Object -> bool
public function QueueUserWorkItemWithWait(
    callBack : WaitCallback, 
    state : Object
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ThreadPoolThrottle Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace