System.Runtime.InteropServices.ComTypes.IConnectionPoint.Unadvise Method

Terminates an advisory connection previously established through the IConnectionPoint.Advise(object, Int32@) method.

Syntax

public void Unadvise (int dwCookie)

Parameters

dwCookie
The connection cookie previously returned from the IConnectionPoint.Advise(object, Int32@) method.

Remarks

For more information, see the existing documentation for IConnectionPoint::Unadvise in the MSDN library.

Requirements

Namespace: System.Runtime.InteropServices.ComTypes
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0