次の方法で共有


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 オブジェクトを持つディクショナリで、インスタンス所有者 (現在サービス ホストに一対一でマッピング) に関するメタデータを取得します。

IsTransactionEnlistmentOptional

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

(継承元 InstancePersistenceCommand)
Name

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

(継承元 InstancePersistenceCommand)

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)
Validate(InstanceView)

コマンドを検証します。

(継承元 InstancePersistenceCommand)

適用対象