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