Partager via


SharedConnectionWorkflowCommitWorkBatchService Constructeurs

Définition

Surcharges

SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection)

Initialise une classe SharedConnectionWorkflowCommitWorkBatchService.

SharedConnectionWorkflowCommitWorkBatchService(String)

Initialise une classe SharedConnectionWorkflowCommitWorkBatchService à l'aide d'une chaîne de connexion à une base de données.

SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection)

public:
 SharedConnectionWorkflowCommitWorkBatchService(System::Collections::Specialized::NameValueCollection ^ parameters);
public SharedConnectionWorkflowCommitWorkBatchService (System.Collections.Specialized.NameValueCollection parameters);
new System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService : System.Collections.Specialized.NameValueCollection -> System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService
Public Sub New (parameters As NameValueCollection)

Paramètres

parameters
NameValueCollection

NameValueCollection. Le constructeur est appelé lorsque le moteur d'exécution de workflow charge des services à partir d'un fichier de configuration de l'application. La clé valide est EnableRetries. Ceci nécessite que le SharedConnectionWorkflowCommitWorkBatchService refasse une tentative en cas de connexion de base de données défaillante.

S’applique à

SharedConnectionWorkflowCommitWorkBatchService(String)

Initialise une classe SharedConnectionWorkflowCommitWorkBatchService à l'aide d'une chaîne de connexion à une base de données.

public:
 SharedConnectionWorkflowCommitWorkBatchService(System::String ^ connectionString);
public SharedConnectionWorkflowCommitWorkBatchService (string connectionString);
new System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService : string -> System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService
Public Sub New (connectionString As String)

Paramètres

connectionString
String

Chaîne de connexion à une base de données.

S’applique à