Pipeline.TryCreateForClient Method
Attempts to create a Pipeline for the client 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.TryCreateForClient(type)
Syntax
'Declaration
Public Shared Function TryCreateForClient( _
ByVal type As Type _
) As Pipeline
public static Pipeline TryCreateForClient(
Type type
);
public:
static Pipeline^ TryCreateForClient(
Type^ type
);
public static Pipeline TryCreateForClient(
Type type
);
public static function TryCreateForClient(
type : Type
) : Pipeline;
Parameters
- type
The System.Type from which to create the Pipeline.
Return Value
A Pipeline that represents 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