IVsWCFMetadataStorage.AdviseWCFMetadataStorageEvents Method

Definition

Registers the caller for metadata storage event notification.

public:
 void AdviseWCFMetadataStorageEvents(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFMetadataStorageEvents ^ pSink, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie);
void AdviseWCFMetadataStorageEvents(Microsoft::VisualStudio::WCFReference::Interop::IVsWCFMetadataStorageEvents const & pSink, [Runtime::InteropServices::Out] unsigned int & pdwCookie);
public void AdviseWCFMetadataStorageEvents (Microsoft.VisualStudio.WCFReference.Interop.IVsWCFMetadataStorageEvents pSink, out uint pdwCookie);
abstract member AdviseWCFMetadataStorageEvents : Microsoft.VisualStudio.WCFReference.Interop.IVsWCFMetadataStorageEvents * uint32 -> unit
Public Sub AdviseWCFMetadataStorageEvents (pSink As IVsWCFMetadataStorageEvents, ByRef pdwCookie As UInteger)

Parameters

pSink
IVsWCFMetadataStorageEvents

Reference that provides notifications of metadata storage events.

pdwCookie
UInt32

A token representing the completed registration.

Remarks

To cancel event notification, call the UnadviseWCFMetadataStorageEvents method.

Applies to