次の方法で共有


CreateWorkflowOwnerWithIdentityCommand クラス

定義

ID コマンドを持つワーク フローの所有者の作成を指定します。

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

コンストラクター

CreateWorkflowOwnerWithIdentityCommand()

CreateWorkflowOwnerWithIdentityCommand クラスの新しいインスタンスを初期化します。

プロパティ

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)

適用対象