Share via


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

Use this method to handle the HttpApplication object 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 event arguments.

[C#]

  • sender
    The HttpApplication instance that sent the event.
  • e
    The event arguments.

Remarks

Sets the OrderContext member of the current CommerceContext object.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.