IVsServiceReferenceMetadataStorage.UnadviseServiceReferenceMetadataStorageEvents 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 UnadviseServiceReferenceMetadataStorageEvents(System::UInt32 dwCookie);
public:
void UnadviseServiceReferenceMetadataStorageEvents(unsigned int dwCookie);
void UnadviseServiceReferenceMetadataStorageEvents(unsigned int dwCookie);
public void UnadviseServiceReferenceMetadataStorageEvents (uint dwCookie);
abstract member UnadviseServiceReferenceMetadataStorageEvents : uint32 -> unit
Public Sub UnadviseServiceReferenceMetadataStorageEvents (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.