DefaultWorkflowCommitWorkBatchService クラス

定義

注意事項

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

他の WorkflowCommitWorkBatch サービスが追加されていない場合にワークフロー ランタイム エンジンによって作成される WorkflowCommitWorkBatchService の既定のバージョンを表します。

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

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

WorkflowRuntime クラスは、他の WorkflowCommitWorkBatch サービスが追加されていない場合にランタイム エンジンが起動されたときに、DefaultWorkflowCommitWorkBatchService オブジェクトを作成します。

コンストラクター

名前 説明
DefaultWorkflowCommitWorkBatchService()
古い.

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

DefaultWorkflowCommitWorkBatchService(NameValueCollection)
古い.

初期化用のパラメーターのコレクションを使用して、SharedConnectionWorkflowCommitWorkBatchService クラスを初期化します。

プロパティ

名前 説明
EnableRetries
古い.

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

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)

適用対象