IVsWCFMetadataStorage::AdviseWCFMetadataStorageEvents Method (IVsWCFMetadataStorageEvents^, UInt32)

 

Registers the caller for metadata storage event notification.

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

void AdviseWCFMetadataStorageEvents(
	IVsWCFMetadataStorageEvents^ pSink,
	[OutAttribute] unsigned int% pdwCookie
)

Parameters

pSink
Type: Microsoft.VisualStudio.WCFReference.Interop::IVsWCFMetadataStorageEvents^

Reference that provides notifications of metadata storage events.

pdwCookie
Type: System::UInt32

A token representing the completed registration.

To cancel event notification, call the UnadviseWCFMetadataStorageEvents method.

Return to top
Show: