SharedConnectionWorkflowCommitWorkBatchService クラス

定義

注意事項

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

ランタイムによって使用される共有接続タイプの WorkflowCommitWorkBatchService サービスを表します。 この場合の共有接続は、サービスが追跡サービスと永続性サービスの両方に同じ SQL 接続を使用することを意味します。

public ref class SharedConnectionWorkflowCommitWorkBatchService : System::Workflow::Runtime::Hosting::WorkflowCommitWorkBatchService
public class SharedConnectionWorkflowCommitWorkBatchService : System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class SharedConnectionWorkflowCommitWorkBatchService : System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService
type SharedConnectionWorkflowCommitWorkBatchService = class
    inherit WorkflowCommitWorkBatchService
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type SharedConnectionWorkflowCommitWorkBatchService = class
    inherit WorkflowCommitWorkBatchService
Public Class SharedConnectionWorkflowCommitWorkBatchService
Inherits WorkflowCommitWorkBatchService
継承
SharedConnectionWorkflowCommitWorkBatchService
属性

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

SharedConnectionWorkflowCommitWorkBatchService サービスは、さまざまなオブジェクト間の共有接続を使用するデータベース トランザクション用に使用されます。 SharedConnectionWorkflowCommitWorkBatchService インスタンスで DefaultWorkflowCommitWorkBatchService ではなく WorkflowRuntime を使用するには、AddService メソッドを使用します。

重要

SQL クラスターのフェールオーバーやネットワーク接続の一時的切断などの問題のために、SharedConnectionWorkflowCommitWorkBatchService によって使用される SQL サーバーがダウンした場合、SharedConnectionWorkflowCommitWorkBatchService はコミット処理を最大 20 回再試行した後、ServicesExceptionNotHandled イベントを発行します。

コンストラクター

SharedConnectionWorkflowCommitWorkBatchService(NameValueCollection)
古い.

SharedConnectionWorkflowCommitWorkBatchService クラスを初期化します。

SharedConnectionWorkflowCommitWorkBatchService(String)
古い.

データベース接続文字列を使用して、SharedConnectionWorkflowCommitWorkBatchService クラスを初期化します。

プロパティ

EnableRetries
古い.

SharedConnectionWorkflowCommitWorkBatchService が作業バッチのコミットを再試行するかどうかを指定する値を取得または設定します。

Runtime
古い.

このサービスの WorkflowRuntime を取得します。

(継承元 WorkflowRuntimeService)
State
古い.

WorkflowRuntimeService の状態を取得します。

(継承元 WorkflowRuntimeService)

メソッド

CommitWorkBatch(WorkflowCommitWorkBatchService+CommitWorkBatchCallback)
古い.

トランザクションが存在しない場合に、トランザクションを作成します。

Equals(Object)
古い.

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Object の簡易コピーを作成します。

(継承元 Object)
OnStarted()
古い.

派生クラスでオーバーライドされるときに、ワークフロー ランタイム エンジンが Started イベントを発生させると呼び出されるメソッドを表します。

(継承元 WorkflowRuntimeService)
OnStopped()
古い.

ワークフロー ランタイムが Stopped イベントを発生させるときに呼び出されるメソッドを表します。

RaiseServicesExceptionNotHandledEvent(Exception, Guid)
古い.

ServicesExceptionNotHandled イベントを発生させます。

(継承元 WorkflowRuntimeService)
Start()
古い.

サービスを開始するために呼び出されるメソッドを表します。

Stop()
古い.

派生クラスでオーバーライドされると、サービスを停止して StateStopping に変更します。

(継承元 WorkflowRuntimeService)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象