IVsWebService.UnadviseWebServiceEvents(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.
Unregisters callbacks for this Web service.
public:
int UnadviseWebServiceEvents(System::UInt32 dwCookie);
public:
int UnadviseWebServiceEvents(unsigned int dwCookie);
int UnadviseWebServiceEvents(unsigned int dwCookie);
public int UnadviseWebServiceEvents (uint dwCookie);
abstract member UnadviseWebServiceEvents : uint32 -> int
Public Function UnadviseWebServiceEvents (dwCookie As UInteger) As Integer
Parameters
- dwCookie
- UInt32
[in] Integer, a VSCOOKIE value uniquely identifying the registered interface to unregister. Cookie generated by the call to AdviseWebServiceEvents(IVsWebServiceEvents, UInt32).
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.