InstancePersistenceEvent<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ホストに変更に関して通知する場合にインスタンス ストアで実行されるイベントを表します。 このクラスはジェネリック クラスです。 HasRunnableWorkflowEvent、HasActivatableWorkflowEvent などのクラスは、このクラスから派生します。
generic <typename T>
where T : InstancePersistenceEvent<T>gcnew()public ref class InstancePersistenceEvent abstract : System::Runtime::DurableInstancing::InstancePersistenceEvent
public abstract class InstancePersistenceEvent<T> : System.Runtime.DurableInstancing.InstancePersistenceEvent where T : InstancePersistenceEvent<T>, new()
type InstancePersistenceEvent<'T (requires 'T :> InstancePersistenceEvent<'T> and 'T : (new : unit -> 'T))> = class
inherit InstancePersistenceEvent
Public MustInherit Class InstancePersistenceEvent(Of T)
Inherits InstancePersistenceEvent
型パラメーター
- T
イベントの種類。
- 継承
- 派生
コンストラクター
InstancePersistenceEvent<T>(XName) |
XName パラメーターを使用して、InstancePersistenceEvent<T> クラスのインスタンスを初期化します。 |
プロパティ
Name |
永続性イベントの XName (名前と組み合わされた名前空間) を返します。 (継承元 InstancePersistenceEvent) |
Value |
実際のイベント オブジェクトのインスタンスを返します (例: HasRunnableWorkflowEvent)。 |
メソッド
Equals(InstancePersistenceEvent) |
現在の InstancePersistenceEvent オブジェクトが渡された InstancePersistenceEvent オブジェクトと同じであるかどうかを調べます。 (継承元 InstancePersistenceEvent) |
Equals(Object) |
現在の InstancePersistenceEvent オブジェクトが InstancePersistenceEvent として変換された渡されたオブジェクトと同じであるかどうかを調べます。 (継承元 InstancePersistenceEvent) |
GetHashCode() |
InstancePersistenceEvent インスタンスのハッシュ コードを返します。 (継承元 InstancePersistenceEvent) |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
適用対象
.NET