Pipeline Constructor (Pipeline)
Initializes a new instance of the Pipeline class with the specified Pipeline object.
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim pipeline As Pipeline
Dim pipeline1 As New Pipeline(pipeline)
Syntax
'Declaration
Public Sub New( _
ByVal pipeline As Pipeline _
)
public Pipeline(
Pipeline pipeline
);
public:
Pipeline(
Pipeline^ pipeline
);
public Pipeline(
Pipeline pipeline
);
public function Pipeline(
pipeline : Pipeline
);
Parameters
- pipeline
The Pipeline object to create.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | pipeline is null. |
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
Pipeline Class
Pipeline Members
Microsoft.Web.Services3 Namespace