IVsWCFMetadataStorage::UnadviseWCFMetadataStorageEvents Method (UInt32)

 

Cancels registration for metadata storage event notification.

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

void UnadviseWCFMetadataStorageEvents(
	unsigned int dwCookie
)

Parameters

dwCookie
Type: System::UInt32

A token representing the registration to be canceled.

The token specified in dwCookie is returned by AdviseWCFMetadataStorageEvents when the registration is initiated.

Return to top
Show: