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 classe SharedConnectionWorkflowCommitWorkBatchService.
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)
Initialise une classe SharedConnectionWorkflowCommitWorkBatchService.
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.