CommerceProfileModule.OnBeginRequest (Object, EventArgs) Method (BCL)

Use this method to handle HttpApplication BeginRequest events.

Definition

[Visual Basic .NET]

Public Sub OnBeginRequest( _ByValsender As System.Object, _
  ByVale As System.EventArgs _
) 

[C#]

public void OnBeginRequest(System.Objectsender,
  System.EventArgse);

Parameters

[Visual Basic .NET]

  • sender
    The HttpApplication instance that sent the event.
  • e
    The current EventArgs instance.

[C#]

  • sender
    The HttpApplication instance that sent the event.
  • e
    The current EventArgs instance.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.