BeginEventHandler (System.Web.BeginEventHandler)

Inherits: System.MulticastDelegate

Interfaces: ICloneable, ISerializable

Derived Types: 0

Assembly: System.Web.dll

Represents the method that handles asynchronous events such as application events. This delegate is called at the start of an asynchronous operation.

VB.NET C#

C#

public sealed class BeginEventHandler : System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable
{
}

Articles

System.Web.HttpApplication

public void AddOnBeginRequestAsync ( System.Web.BeginEventHandler bh , System.Web.EndEventHandler eh ); public void AddOnAuthenticateRequestAsync ( System.Web.BeginEventHandler bh , System.Web ...

MBR IT/.NET 247 : System.Web Namespace [Details]

System.Web.BeginEventHandler: System.Web.EndEventHandler: System.Web.HttpApplication ... Bespoke Software? Commission Matthew Baxter-Reynolds and his team for your ...

HttpApplication 멤버(Visual J# 구문)

public void AddOnAcquireRequestStateAsync ( System.Web.BeginEventHandler bh , System.Web.EndEventHandler eh ); public void AddOnAuthenticateRequestAsync ( System.Web ...

处理公共事件

... 方法显式连接。例如, OnPostRequestHandlerExecuteAsync 事件的异步事件处理程序将通过调用 AddOnPostRequestHandlerExecuteAsync(System.Web.BeginEventHandler , ...

System.Web Namespace

A workshop on .NET applications design and development. Step-by-step how-to pages help you learn skills and do specific tasks as you plan, build and manage your Web app, from start ...

Mono Documentation

Mono Class Library : System.Web Namespace System.Web.BeginEventHandler Delegate ... Parameters sender Documentation for this section has not yet been entered.

New Methods and Types

Method: System.Web.HttpApplication.AddOnLogRequestAsync( System.Web.BeginEventHandler, System.Web.EndEventHandler) None: Method: System.Web.HttpApplication.AddOnLogRequestAsync( System.Web ...

HttpApplication Members (Visual J# Syntax)

public voi AddOnAcquireRequestStateAsync ( System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh ); public voi AddOnAuthenticateRequestAsync ( System.Web ...

Handling Public Events

... event handler for the OnPostRequestHandlerExecuteAsync event would register for the event by calling the method AddOnPostRequestHandlerExecuteAsync(System.Web.BeginEventHandler , ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support