Share via


IVsWCFReferenceManager.UnadviseWCFReferenceEvents(UInt32) Method

Definition

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.

Applies to