InstancePersistenceContext.WroteInstanceOwnerMetadataValue Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menunjukkan bahwa penyedia persistensi telah berhasil menulis nilai metadata untuk pemilik instans saat ini ke penyimpanan instans.
public:
void WroteInstanceOwnerMetadataValue(System::Xml::Linq::XName ^ name, System::Runtime::DurableInstancing::InstanceValue ^ value);
public void WroteInstanceOwnerMetadataValue (System.Xml.Linq.XName name, System.Runtime.DurableInstancing.InstanceValue value);
member this.WroteInstanceOwnerMetadataValue : System.Xml.Linq.XName * System.Runtime.DurableInstancing.InstanceValue -> unit
Public Sub WroteInstanceOwnerMetadataValue (name As XName, value As InstanceValue)
Parameter
- name
- XName
Nama properti metadata.
- value
- InstanceValue
Nilai properti metadata.
Keterangan
Handel instans saat ini harus terikat dengan pemilik instans.