Label: interfaces+writing

All content with label interfaces+writing.
Related Labels: user , 2-basic , jcache , compute , jndi , xap , or , guide , unit , gigaspacesdotnet , quick , memory , persistency , walkthrough , first , applications , welcome , transaction , support , more » ( - interfaces , - writing )

Writing and Updating Entries (XAP.NET 6.6 Documentation)
Writing objects to the space Overview Objects are written to the space using the {{ISpaceProxy.Write}} method. A write operation inserts a copy of the given object to the space, hence, any changes made to the object after the write operation do not affect the object in the space. !spacewrite.jpg ...
Writing Existing C++ Class to Space (XAP 6.6 Documentation)
How to use an existing C class and write it to the space. Overview This example shows you how to write your own C\ class to the space (as opposed to writing a class that is generated from a XML file). The code for this example is located at {{<GigaSpaces ...