IVsWCFMetadataStorage.UnadviseWCFMetadataStorageEvents(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.
Cancels registration for metadata storage event notification.
public:
void UnadviseWCFMetadataStorageEvents(System::UInt32 dwCookie);
public:
void UnadviseWCFMetadataStorageEvents(unsigned int dwCookie);
void UnadviseWCFMetadataStorageEvents(unsigned int dwCookie);
public void UnadviseWCFMetadataStorageEvents (uint dwCookie);
abstract member UnadviseWCFMetadataStorageEvents : uint32 -> unit
Public Sub UnadviseWCFMetadataStorageEvents (dwCookie As UInteger)
Parameters
- dwCookie
- UInt32
A token representing the registration to be canceled.
Remarks
The token specified in dwCookie
is returned by AdviseWCFMetadataStorageEvents when the registration is initiated.