StringBuilder sb =newStringBuilder();XmlWriter xWrt =XmlWriter.Create(sb,newXmlWriterSettings { ConformanceLevel =ConformanceLevel.Fragment });StringBuilder sb =newStringBuilder();XmlWriter xWrt =XmlWriter.Create(sb,newXmlWriterSettings { ConformanceLevel =ConformanceLevel.Fragment });
// myAzManStoreRef is an reference to an Azman store usingdbContext.GetStore(storeName);
// and dbcontext is an open IAzManStorage dbContext
storeContext.myAzManStoreRef.Export(xWrt,
true,true,true, dbContext);Also, can you provided some advice about concurrancy using myAzManStoreRef.Applications[AppName]
is this object capable of handling multiple concurrent requests, either read or update, and is there a different guidance for read versus update?