VisualStudioIdleWrapper.UnregisterForIdleTime Method

Unregisters for idle time processing with the SOleComponentManager service.

It's ok to call it in the Idle event handler.

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
Public Sub UnregisterForIdleTime ( _
    oleComponentManager As IOleComponentManager _
)
public void UnregisterForIdleTime(
    IOleComponentManager oleComponentManager
)
public:
void UnregisterForIdleTime(
    IOleComponentManager^ oleComponentManager
)
member UnregisterForIdleTime : 
        oleComponentManager:IOleComponentManager -> unit
public function UnregisterForIdleTime(
    oleComponentManager : IOleComponentManager
)

Parameters

.NET Framework Security

See Also

Reference

VisualStudioIdleWrapper Class

Microsoft.VisualStudio.TeamFoundation Namespace