Share via


ContentSelectionPipeline.Execute (Object, Object) Method (BCL)

Use this method to execute the Content Selection Framework (CSF) pipeline.

Definition

[Visual Basic .NET]

Overrides Public Function Execute( _ByValorder As System.Object, _
  ByValcontext As System.Object _
) As System.Int32

[C#]

public override System.Int32 Execute(System.Objectorder,
  System.Objectcontext);

Parameters

[Visual Basic .NET]

  • order
    An order dictionary or an OrderForm object. May not be null.
  • context
    Context dictionary object. May be null.

[C#]

  • order
    An order dictionary or an OrderForm object. May not be null.
  • context
    Context dictionary object. May be null.

Return Value

Error level Description
1 Success. The pipeline ran successfully.
2 Warning. A pipeline component raised a warning. Generally, these are basket or user errors that would be reported to the user through the ASP page.
3+ Failure. A pipeline component failed.

Remarks

Throws an ArgumentNullException if the order argument is null.

Throws a CommerceCreateObjectException if the pipeline COM object could not be found.

Throws a PipelineLoadException if the pipeline could not be loaded.

Throws a PipelineExecuteException if there is an exception during pipeline execution.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Pipelines

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.