CommerceContext.LogCommerceEvent (BaseCommerceEvent) Method (BCL)

Use this method to log a commerce event.

Definition

[Visual Basic .NET]

Public Shared LogCommerceEvent( _ByValevt As Microsoft.CommerceServer.Runtime.BaseCommerceEvent _
) 

[C#]

public static LogCommerceEvent(Microsoft.CommerceServer.Runtime.BaseCommerceEventevt);

Parameters

[Visual Basic .NET]

  • evt
    A commerce event object that derives from the base commerce event class.

[C#]

  • evt
    A commerce event object that derives from the base commerce event class.

Return Value

Status of the logging function. Return values are defined in the LogStatus Enumeration.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.