IVsWCFReferenceManager.UnadviseWCFReferenceEvents(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cancels registration for Windows Communication Foundation (WCF) service reference event notification.
public:
void UnadviseWCFReferenceEvents(System::UInt32 cookie);
public:
void UnadviseWCFReferenceEvents(unsigned int cookie);
void UnadviseWCFReferenceEvents(unsigned int cookie);
public void UnadviseWCFReferenceEvents (uint cookie);
abstract member UnadviseWCFReferenceEvents : uint32 -> unit
Public Sub UnadviseWCFReferenceEvents (cookie As UInteger)
Parameters
- cookie
- UInt32
A token representing the registration to be canceled.
Remarks
The token specified in Cookie
is returned by AdviseWCFReferenceEvents when the registration is initiated.