InstancePersistenceEvent<T>(XName) Konstruktor

Definíció

Inicializálja az InstancePersistenceEvent<T> osztály egy példányát az XName paraméterrel.

protected:
 InstancePersistenceEvent(System::Xml::Linq::XName ^ name);
protected InstancePersistenceEvent(System.Xml.Linq.XName name);
new System.Runtime.DurableInstancing.InstancePersistenceEvent<'T (requires 'T :> System.Runtime.DurableInstancing.InstancePersistenceEvent<'T> and 'T : (new : unit -> 'T))> : System.Xml.Linq.XName -> System.Runtime.DurableInstancing.InstancePersistenceEvent<'T (requires 'T :> System.Runtime.DurableInstancing.InstancePersistenceEvent<'T> and 'T : (new : unit -> 'T))>
Protected Sub New (name As XName)

Paraméterek

name
XName

Az esemény XName (névtér és név) neve.

A következőre érvényes: