PersistenceParticipant コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PersistenceParticipant クラスのインスタンスを初期化します。
protected:
PersistenceParticipant();
protected PersistenceParticipant ();
Protected Sub New ()
例
PersistenceParticipant から派生したクラスの作成方法を次のコード サンプルに示します。 この例は、 採用プロセス のサンプルからのものです。
public class HiringRequestInfoPersistenceParticipant: PersistenceIOParticipant
{
public HiringRequestInfoPersistenceParticipant()
: base(true, false)
{
}