Share via


ContentSelectionPipeline Constructor (String, String, Boolean, String, DebugContext) (BCL)

Use this method to create a new instance of the ContentSelectionPipeline class with the specified parameter values.

Definition

[Visual Basic .NET]

Public Sub New( _ByValname As System.String, _
  ByValpipelineConfigPath As System.String, _
  ByValloggingEnabled As System.Boolean, _
  ByVallogPath As System.String, _
  ByValdbgContext As DebugContext _
) 

[C#]

public ContentSelectionPipeline(System.Stringname,
  System.StringpipelineConfigPath,
  System.BooleanloggingEnabled,
  System.StringlogPath,
  DebugContextdbgContext);

Parameters

[Visual Basic .NET]

  • name
    Friendly name of the pipeline. May not be null.
  • pipelineConfigPath
    Fully qualified path to the .pcf file. May not be null.
  • loggingEnabled
    True if pipeline logging should be enabled.
  • logPath
    Fully qualified path to the log file. May not be null if logging is enabled.
  • dbgContext
    An instance of the DebugContext class. Determines how debugging and tracing information output by this class will be output to the user. May not be null.

[C#]

  • name
    Friendly name of the pipeline. May not be null.
  • pipelineConfigPath
    Fully qualified path to the .pcf file. May not be null.
  • loggingEnabled
    True if pipeline logging should be enabled.
  • logPath
    Fully qualified path to the log file. May not be null if logging is enabled.
  • dbgContext
    An instance of the DebugContext class. Determines how debugging and tracing information output by this class will be output to the user. May not be null.

Remarks

Throws an ArgumentNullException if any of the required arguments are null.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Pipelines

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.