Share via


IVsWCFMetadataStorage.UnadviseWCFMetadataStorageEvents(UInt32) Method

Definition

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.

Applies to