InstancePersistenceEvent<T>(XName) 构造函数

定义

使用 XName 参数初始化类的 InstancePersistenceEvent<T> 实例。

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)

参数

name
XName

事件的 XName (命名空间与名称组合在一起)。

适用于