Share via


WebHostBootstrapWebEventProvider Class

 

Namespace:   Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader
Assembly:  Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)

Inheritance Hierarchy

System.Object
  System.Configuration.Provider.ProviderBase
    System.Web.Management.WebEventProvider
      Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader.WebHostBootstrapWebEventProvider

Syntax

[WindowsAzureHostingPermissionAttribute(SecurityAction.LinkDemand, 
    Unrestricted = true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, 
    Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class WebHostBootstrapWebEventProvider : WebEventProvider
[WindowsAzureHostingPermissionAttribute(SecurityAction::LinkDemand, 
    Unrestricted = true)]
[AspNetHostingPermissionAttribute(SecurityAction::LinkDemand, 
    Level = AspNetHostingPermissionLevel::Minimal)]
public ref class WebHostBootstrapWebEventProvider sealed : WebEventProvider
[<Sealed>]
[<WindowsAzureHostingPermissionAttribute(SecurityAction.LinkDemand,
    Unrestricted = true)>]
[<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand,
    Level = AspNetHostingPermissionLevel.Minimal)>]
type WebHostBootstrapWebEventProvider = 
    class
        inherit WebEventProvider
    end
<WindowsAzureHostingPermissionAttribute(SecurityAction.LinkDemand,
    Unrestricted := True)>
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)>
Public NotInheritable Class WebHostBootstrapWebEventProvider
    Inherits WebEventProvider

Constructors

Name Description
System_CAPS_pubmethod WebHostBootstrapWebEventProvider()

Properties

Name Description
System_CAPS_pubproperty Description

(Inherited from ProviderBase.)

System_CAPS_pubproperty Name

(Inherited from ProviderBase.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod Flush()

(Overrides WebEventProvider.Flush().)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Initialize(String, NameValueCollection)

(Overrides ProviderBase.Initialize(String, NameValueCollection).)

System_CAPS_pubmethod ProcessEvent(WebBaseEvent)

(Overrides WebEventProvider.ProcessEvent(WebBaseEvent).)

System_CAPS_pubmethod Shutdown()

(Overrides WebEventProvider.Shutdown().)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader Namespace

Return to top