CreateWorkflowOwnerCommand クラス

定義

この永続化コマンドを使用して、ワークフロー サービス ホストを永続化データベースのロック所有者として登録します。

public ref class CreateWorkflowOwnerCommand sealed : System::Runtime::DurableInstancing::InstancePersistenceCommand
public sealed class CreateWorkflowOwnerCommand : System.Runtime.DurableInstancing.InstancePersistenceCommand
type CreateWorkflowOwnerCommand = class
    inherit InstancePersistenceCommand
Public NotInheritable Class CreateWorkflowOwnerCommand
Inherits InstancePersistenceCommand
継承
CreateWorkflowOwnerCommand

コンストラクター

名前 説明
CreateWorkflowOwnerCommand()

CreateWorkflowOwnerCommand クラスのインスタンスを初期化します。

プロパティ

名前 説明
AutomaticallyAcquiringLock

コマンドがインスタンスのロックの取得を試みることができるかどうかを示します。

(継承元 InstancePersistenceCommand)
InstanceOwnerMetadata

XName オブジェクトをキーとして、 InstanceValue オブジェクトを値として持つディクショナリ内のインスタンス所有者 (現在、サービス ホストへの 1 対 1 のマッピングを持つ) に関するメタデータを取得します。

IsTransactionEnlistmentOptional

このコマンドの実行時に永続化プロバイダーがアンビエント トランザクション (Transaction.Current) に参加しないことを選択できるかどうかを示す値を返します。

(継承元 InstancePersistenceCommand)
Name

永続化コマンドの名前を取得します。

(継承元 InstancePersistenceCommand)

メソッド

名前 説明
Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)
Validate(InstanceView)

コマンドを検証します。

(継承元 InstancePersistenceCommand)

適用対象