IVsLongIdleManager.UnadviseLongIdleEvents(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unsubscribes from long idle events.
public:
void UnadviseLongIdleEvents(System::UInt32 cookie);
public:
void UnadviseLongIdleEvents(unsigned int cookie);
void UnadviseLongIdleEvents(unsigned int cookie);
public void UnadviseLongIdleEvents (uint cookie);
abstract member UnadviseLongIdleEvents : uint32 -> unit
Public Sub UnadviseLongIdleEvents (cookie As UInteger)
Parameters
- cookie
- UInt32
The cookie returned by AdviseLongIdleEvents(UInt32, IVsLongIdleEvents).