InstancePersistenceCommand(XName) Constructor

Definition

Initializes an instance of the InstancePersistenceCommand class.

protected:
 InstancePersistenceCommand(System::Xml::Linq::XName ^ name);
protected InstancePersistenceCommand (System.Xml.Linq.XName name);
new System.Runtime.DurableInstancing.InstancePersistenceCommand : System.Xml.Linq.XName -> System.Runtime.DurableInstancing.InstancePersistenceCommand
Protected Sub New (name As XName)

Parameters

name
XName

The XName (the combination of namespace and name) of the command.

Applies to