IVsAppContainerProjectDeploy.UnadviseAppContainerDeployEvents(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.
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.
Remarks
This method is safe to access from any thread.