Pipeline.TryCreateForService Method
Attempts to create a Pipeline for the Web service using the specified type.
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim type As Type
Dim returnValue As Pipeline
returnValue = Pipeline.TryCreateForService(type)
Syntax
'Declaration
Public Shared Function TryCreateForService( _
ByVal type As Type _
) As Pipeline
public static Pipeline TryCreateForService(
Type type
);
public:
static Pipeline^ TryCreateForService(
Type^ type
);
public static Pipeline TryCreateForService(
Type type
);
public static function TryCreateForService(
type : Type
) : Pipeline;
Parameters
- type
The System.Type to create the Pipeline from.
Return Value
A Pipeline representing the pipeline.
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
Pipeline Class
Pipeline Members
Microsoft.Web.Services3 Namespace