SharedConnectionWorkflowCommitWorkBatchService Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une SharedConnectionWorkflowCommitWorkBatchService classe.
Surcharges
| Nom | Description |
|---|---|
| SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection) |
Initialise une SharedConnectionWorkflowCommitWorkBatchService classe. |
| SharedConnectionWorkflowCommitWorkBatchService(String) |
Initialise une classe SharedConnectionWorkflowCommitWorkBatchService à l’aide d’un chaîne de connexion de base de données. |
SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection)
Initialise une SharedConnectionWorkflowCommitWorkBatchService classe.
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 d’application. La clé valide est EnableRetries. Cette opération demande que la SharedConnectionWorkflowCommitWorkBatchService nouvelle tentative en cas d’échec d’une connexion de base de données.
S’applique à
SharedConnectionWorkflowCommitWorkBatchService(String)
Initialise une classe SharedConnectionWorkflowCommitWorkBatchService à l’aide d’un chaîne de connexion de 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 de base de données.