CommerceCatalogModule.OnBeginRequest (Object, EventArgs) Method (BCL)
Use this method to handle HttpApplicationBeginRequest 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
EventArgs containing events.
[C#]
- sender
The HttpApplication instance that sent the event. - e
EventArgs containing events.
Return Value
This method sets the CatalogContext member of the current CommerceContext object.
Remarks
Sets the CatalogContext member of the current CommerceContext object.
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Catalog
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
Copyright © 2005 Microsoft Corporation.
All rights reserved.