IVsWCFMetadataStorageProvider.UnadviseWCFMetadataStorageProviderEvents Method

Definition

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.

Applies to