Share via


IVsLongIdleManager.UnadviseLongIdleEvents Method

Unsubscribes from long idle events.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

Syntax

'Declaration
Sub UnadviseLongIdleEvents ( _
    cookie As UInteger _
)
void UnadviseLongIdleEvents(
    uint cookie
)
void UnadviseLongIdleEvents(
    [InAttribute] unsigned int cookie
)
abstract UnadviseLongIdleEvents : 
        cookie:uint32 -> unit
function UnadviseLongIdleEvents(
    cookie : uint
)

Parameters

.NET Framework Security

See Also

Reference

IVsLongIdleManager Interface

Microsoft.VisualStudio.Shell.Interop Namespace