Share via


Policy.CreateServicePipeline Method

Creates the pipeline for this policy when SOAP messages are sent to and from a Web service.

Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim context As PipelineCreationContext
Dim returnValue As Pipeline
Dim policy1 As Policy
returnValue = policy1.CreateServicePipeline(context)

Syntax

'Declaration
Public Function CreateServicePipeline( _
    ByVal context As PipelineCreationContext _
) As Pipeline
public Pipeline CreateServicePipeline(
    PipelineCreationContext context
);
public:
virtual Pipeline^ arbitrary-name(
    PipelineCreationContext^ context
);
public Pipeline CreateServicePipeline(
    PipelineCreationContext context
);
public final function CreateServicePipeline(
     context : PipelineCreationContext
) : Pipeline;

Parameters

  • context
    A PipelineCreationContext that represents the context of the Web service processing pipeline for this policy.

Return Value

A Pipeline representing the pipeline for SOAP messages sent to and from a Web service.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

Policy Class
Policy Members
Microsoft.Web.Services3.Design Namespace