Sugerir traducción
 
Otros han sugerido:

progress indicator
No hay más sugerencias.
Evaluar y enviar comentarios
Contraer todo/Expandir todo Contraer todo
Ver contenido:  en paraleloVer contenido: en paralelo
.NET Framework Class Library
WorkflowServiceHost Constructor (String, String, ITypeProvider, array<Uri>[]()[])

Initializes a new instance of the WorkflowServiceHost class using a path to the workflow definition, a path to the workflow rules definition, a type provider for custom activity types, and the base addresses of the service specified.

Namespace:  System.ServiceModel
Assembly:  System.WorkflowServices (in System.WorkflowServices.dll)
Visual Basic
Public Sub New ( _
    workflowDefinitionPath As String, _
    ruleDefinitionPath As String, _
    typeProvider As ITypeProvider, _
    ParamArray baseAddress As Uri() _
)
C#
public WorkflowServiceHost(
    string workflowDefinitionPath,
    string ruleDefinitionPath,
    ITypeProvider typeProvider,
    params Uri[] baseAddress
)
Visual C++
public:
WorkflowServiceHost(
    String^ workflowDefinitionPath, 
    String^ ruleDefinitionPath, 
    ITypeProvider^ typeProvider, 
    ... array<Uri^>^ baseAddress
)
F#
new : 
        workflowDefinitionPath:string * 
        ruleDefinitionPath:string * 
        typeProvider:ITypeProvider * 
        baseAddress:Uri[] -> WorkflowServiceHost

Parameters

workflowDefinitionPath
Type: System..::.String
A string that contains the path to the workflow definition file.
ruleDefinitionPath
Type: System..::.String
A string that contains the path to the workflow rules definition file.
typeProvider
Type: System.Workflow.ComponentModel.Compiler..::.ITypeProvider
A type provider that implements the ITypeProvider interface.
baseAddress
Type: array<System..::.Uri>[]()[]
An array of type Uri that contains the base addresses for the hosted service.

Use this overload when you have your workflow defined in a workflow markup file (.xoml) and it references custom types defined in a separate assembly.

.NET Framework

Supported in: 4, 3.5

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Biblioteca de clases de .NET Framework
WorkflowServiceHost (Constructor) (String, String, ITypeProvider, array<Uri>[]()[])

Inicializa una instancia nueva de la clase WorkflowServiceHost con una ruta de acceso de la definición del flujo de trabajo, una ruta de acceso de la definición de las reglas del flujo de trabajo, un proveedor de tipos para los tipos de actividad personalizados y las direcciones base del servicio especificado.

Espacio de nombres:  System.ServiceModel
Ensamblado:  System.WorkflowServices (en System.WorkflowServices.dll)
Visual Basic
Public Sub New ( _
    workflowDefinitionPath As String, _
    ruleDefinitionPath As String, _
    typeProvider As ITypeProvider, _
    ParamArray baseAddress As Uri() _
)
C#
public WorkflowServiceHost(
    string workflowDefinitionPath,
    string ruleDefinitionPath,
    ITypeProvider typeProvider,
    params Uri[] baseAddress
)
Visual C++
public:
WorkflowServiceHost(
    String^ workflowDefinitionPath, 
    String^ ruleDefinitionPath, 
    ITypeProvider^ typeProvider, 
    ... array<Uri^>^ baseAddress
)
F#
new : 
        workflowDefinitionPath:string * 
        ruleDefinitionPath:string * 
        typeProvider:ITypeProvider * 
        baseAddress:Uri[] -> WorkflowServiceHost

Parámetros

workflowDefinitionPath
Tipo: System..::.String
Cadena que contiene la ruta de acceso del archivo de definición del flujo de trabajo.
ruleDefinitionPath
Tipo: System..::.String
Cadena que contiene la ruta de acceso del archivo de definición de las reglas del flujo de trabajo.
typeProvider
Tipo: System.Workflow.ComponentModel.Compiler..::.ITypeProvider
Proveedor de tipos que implementa la interfaz ITypeProvider.
baseAddress
Tipo: array<System..::.Uri>[]()[]
Matriz de tipo Uri que contiene las direcciones base del servicio hospedado.

Utilice esta sobrecarga si el flujo de trabajo está definido en un archivo de marcado de flujo de trabajo (.xoml), que haga referencia a los tipos personalizados definidos en un ensamblado independiente.

.NET Framework

Compatible con: 4, 3.5

Windows 7, Windows Vista SP1 o posterior, Windows XP SP3, Windows Server 2008 (no se admite Server Core), Windows Server 2008 R2 (se admite Server Core con SP1 o posterior), Windows Server 2003 SP2

.NET Framework no admite todas las versiones de todas las plataformas. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.
Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2012 Microsoft. Reservados todos los derechos. Términos de uso | Marcas Registradas | Privacidad
Page view tracker