RuntimeTransactionHandle クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ワークフロー インスタンス内のランタイム トランザクションへのアクセスを提供します。
public ref class RuntimeTransactionHandle sealed : System::Activities::Handle, System::Activities::IExecutionProperty, System::Activities::IPropertyRegistrationCallback
[System.Runtime.Serialization.DataContract]
public sealed class RuntimeTransactionHandle : System.Activities.Handle, System.Activities.IExecutionProperty, System.Activities.IPropertyRegistrationCallback
[<System.Runtime.Serialization.DataContract>]
type RuntimeTransactionHandle = class
inherit Handle
interface IExecutionProperty
interface IPropertyRegistrationCallback
Public NotInheritable Class RuntimeTransactionHandle
Inherits Handle
Implements IExecutionProperty, IPropertyRegistrationCallback
- 継承
- 属性
- 実装
コンストラクター
| 名前 | 説明 |
|---|---|
| RuntimeTransactionHandle() |
RuntimeTransactionHandle クラスの新しいインスタンスを初期化します。 |
| RuntimeTransactionHandle(Transaction) |
指定したルート トランザクションを使用して、 RuntimeTransactionHandle クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| AbortInstanceOnTransactionFailure |
トランザクションが失敗した場合にワークフロー インスタンスを中止するかどうかを取得または設定します。 |
| ExecutionPropertyName |
アクティビティの実行プロパティに追加されたときに、この Handle で使用される名前を取得します。 (継承元 Handle) |
| Owner |
ActivityInstanceを含むVariableを含むHandleを取得します。 (継承元 Handle) |
| SuppressTransaction |
この実行時トランザクションが抑制されるかどうかを示す値を取得または設定します。 |
メソッド
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IExecutionProperty.CleanupWorkflowThread() |
このメンバーの説明については、 CleanupWorkflowThread()を参照してください。 |
| IExecutionProperty.SetupWorkflowThread() |
このメンバーの説明については、 SetupWorkflowThread()を参照してください。 |
| IPropertyRegistrationCallback.Register(RegistrationContext) |
このメンバーの説明については、 Register(RegistrationContext)を参照してください。 |
| IPropertyRegistrationCallback.Unregister(RegistrationContext) |
このメンバーの説明については、 Unregister(RegistrationContext)を参照してください。 |