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 | |
---|---|---|
WebHostBootstrapWebEventProvider() |
Properties
Name | Description | |
---|---|---|
Description | (Inherited from ProviderBase.) |
|
Name | (Inherited from ProviderBase.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Flush() | (Overrides WebEventProvider.Flush().) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
Initialize(String, NameValueCollection) | (Overrides ProviderBase.Initialize(String, NameValueCollection).) |
|
ProcessEvent(WebBaseEvent) | (Overrides WebEventProvider.ProcessEvent(WebBaseEvent).) |
|
Shutdown() | (Overrides WebEventProvider.Shutdown().) |
|
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