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
属性

注釈

注意

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

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)

適用対象