TeamFoundationServiceHost.RequestsDrainedEvent Property

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

Syntax

'Declaration
Protected ReadOnly Property RequestsDrainedEvent As ManualResetEvent
protected ManualResetEvent RequestsDrainedEvent { get; }
protected:
property ManualResetEvent^ RequestsDrainedEvent {
    ManualResetEvent^ get ();
}
member RequestsDrainedEvent : ManualResetEvent
function get RequestsDrainedEvent () : ManualResetEvent

Property Value

Type: System.Threading.ManualResetEvent

.NET Framework Security

See Also

Reference

TeamFoundationServiceHost Class

Microsoft.TeamFoundation.Framework.Server Namespace