IVsServiceReferenceMetadataStorage::AdviseServiceReferenceMetadataStorageEvents Method (IVsServiceReferenceMetadataStorageEvents^, UInt32)
Visual Studio 2015
Registers the caller for metadata storage event notification.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
void AdviseServiceReferenceMetadataStorageEvents( IVsServiceReferenceMetadataStorageEvents^ pSink, [OutAttribute] unsigned int% pdwCookie )
Parameters
- pSink
-
Type:
Microsoft.VisualStudio.WCFReference.Interop::IVsServiceReferenceMetadataStorageEvents^
Reference that provides notifications of metadata storage events.
- pdwCookie
-
Type:
System::UInt32
A token representing the completed registration.
To cancel event notification, call the UnadviseServiceReferenceMetadataStorageEvents method.
Show: