IVsWCFReferenceManager::UnadviseWCFReferenceEvents Method (UInt32)

 

Cancels registration for Windows Communication Foundation (WCF) service reference event notification.

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

void UnadviseWCFReferenceEvents(
	unsigned int cookie
)

Parameters

cookie
Type: System::UInt32

A token representing the registration to be canceled.

The token specified in Cookie is returned by AdviseWCFReferenceEvents when the registration is initiated.

Return to top
Show: