IVsAppContainerProjectDeploy.UnadviseAppContainerDeployEvents(UInt32) Method

Definition

Disables clients from receiving notifications of app container deployment events.

public:
 void UnadviseAppContainerDeployEvents(System::UInt32 cookie);
public:
 void UnadviseAppContainerDeployEvents(unsigned int cookie);
void UnadviseAppContainerDeployEvents(unsigned int cookie);
public void UnadviseAppContainerDeployEvents (uint cookie);
abstract member UnadviseAppContainerDeployEvents : uint32 -> unit
Public Sub UnadviseAppContainerDeployEvents (cookie As UInteger)

Parameters

cookie
UInt32

[in] The value that is associated with the instance of the IVsAppContainerProjectDeployEvents object that was returned from the AdviseAppContainerDeployEvents(IVsAppContainerProjectDeployEvents) method.

Applies to