_dispWebServicesEvents_SinkHelper Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Inheritance Hierarchy

System.Object
  VsWebSite._dispWebServicesEvents_SinkHelper

Syntax

[ClassInterfaceAttribute(ClassInterfaceType.None)]
public sealed class _dispWebServicesEvents_SinkHelper : _dispWebServicesEvents
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class _dispWebServicesEvents_SinkHelper sealed : _dispWebServicesEvents
[<Sealed>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type _dispWebServicesEvents_SinkHelper = 
    class
        interface _dispWebServicesEvents
    end
<ClassInterfaceAttribute(ClassInterfaceType.None)>
Public NotInheritable Class _dispWebServicesEvents_SinkHelper
    Implements _dispWebServicesEvents

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WebServiceAdded(WebService)

This API supports the product infrastructure and is not intended to be used directly from your code. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethod WebServiceChanged(WebService)

This API supports the product infrastructure and is not intended to be used directly from your code. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethod WebServiceRemoved(WebService)

This API supports the product infrastructure and is not intended to be used directly from your code. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethod WebServiceRenamed(String, WebService)

This API supports the product infrastructure and is not intended to be used directly from your code. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Fields

Name Description
System_CAPS_pubfield m_dwCookie

This API supports the product infrastructure and is not intended to be used directly from your code. This field supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfield m_WebServiceAddedDelegate

This API supports the product infrastructure and is not intended to be used directly from your code. This field supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfield m_WebServiceChangedDelegate

This API supports the product infrastructure and is not intended to be used directly from your code. This field supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfield m_WebServiceRemovedDelegate

This API supports the product infrastructure and is not intended to be used directly from your code. This field supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubfield m_WebServiceRenamedDelegate

This API supports the product infrastructure and is not intended to be used directly from your code. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

WebServicesEvents
VsWebSite Namespace

Return to top