Label: apis+guide

All content with label apis+guide.
Related Labels: processor_ordereventprocessor.java , gsiterator , 2-basic , jcache , gigaspacesnet , external , book-dotnet-prog , feeder_pu.xml , connection , jndi , reserved , xap , unit , validator_ordereventvalidator.java , error , gigaspacesdotnet , quick , memory , persistency , more » ( - apis , - guide )

Integration with Other Data Sources (XAP.NET 6.6 Documentation)

Interoperability with Non .NET Applications (XAP.NET 6.6 Documentation)

Processing Unit (XAP.NET 6.6 Documentation)

Querying Space (XAP.NET 6.6 Documentation)

Space Filters (XAP.NET 6.6 Documentation)

Space Url (XAP.NET 6.6 Documentation)
Using a SpaceUrl, which is an address that is used to connect to a space and create new spaces, as well as to enable various characteristics. Overview What is a SpaceUrl? A SpaceUrl is an address, passed to the {{SpaceProxyProviderFactory.Instance.FindSpace}} method, used to connect to a space and create new spaces ...
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 ...