NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UCOMIConnectionPoint.Unadvise

[To be supplied.]

[Visual Basic]
Sub Unadvise( _
   ByVal dwCookie As Integer _
)
[C#]
void Unadvise(
   int dwCookie
);
[C++]
void Unadvise(
   int dwCookie
) = 0;
[JScript]
function Unadvise(
   dwCookie : int
);

Parameters

dwCookie
[To be supplied.]

See Also

UCOMIConnectionPoint Interface | UCOMIConnectionPoint Members | System.Runtime.InteropServices Namespace