次の方法で共有


InstancePersistenceContext.Execute メソッド

定義

永続化コマンドを実行します。

public:
 void Execute(System::Runtime::DurableInstancing::InstancePersistenceCommand ^ command, TimeSpan timeout);
public void Execute (System.Runtime.DurableInstancing.InstancePersistenceCommand command, TimeSpan timeout);
member this.Execute : System.Runtime.DurableInstancing.InstancePersistenceCommand * TimeSpan -> unit
Public Sub Execute (command As InstancePersistenceCommand, timeout As TimeSpan)

パラメーター

command
InstancePersistenceCommand

実行する永続化コマンド。

timeout
TimeSpan

操作で使用するタイムアウト値。

注釈

永続化プロバイダーは、このメソッドを使用して、サブコマンドをコマンドの一部として実行できます。 サブコマンドは、InstanceStore.Execute に渡されるコマンドと同様に、TryCommand を使用して実行されます。 コマンドは入れ子にできますが、1 つのコマンドが一度に複数のサブコマンドを実行することはできません。

適用対象