Share via


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

Use this method to create a new instance of the PipelineBase class.

Definition

[Visual Basic .NET]

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

[C#]

protected PipelineBase(System.Stringname,
  System.StringpipelineConfigPath,
  System.BooleanloggingEnabled,
  System.StringlogPath,
  DebugContextdbgContext);

Parameters

[Visual Basic .NET]

  • name
    The friendly name of the pipeline. May not be null.
  • pipelineConfigPath
    The fully qualified path to the .pcf file. May not be null.
  • loggingEnabled
    True if pipeline logging should be enabled.
  • logPath
    The 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 displayed by this class will appear to the user. May not be null.

[C#]

  • name
    The friendly name of the pipeline. May not be null.
  • pipelineConfigPath
    The fully qualified path to the .pcf file. May not be null.
  • loggingEnabled
    True if pipeline logging should be enabled.
  • logPath
    The 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 displayed by this class will appear to the user. May not be null.

Remarks

Throws an ArgumentNullException if any of the required parameters 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.