GigaSpaces XAP.NET Documentation
WriteOrUpdate Property
Class LibraryGigaSpaces.XAP.EventsDataEventHandlerAttributeWriteOrUpdate
Gets or sets whether to write or update the results to back to space or only to write, which means if the result object already exists in space an EntryAlreadyInSpaceException will be thrown.
Declaration Syntax
C#Visual BasicVisual C++J#
public bool WriteOrUpdate { get; set; }
Public Property WriteOrUpdate As Boolean
public:
property bool WriteOrUpdate {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_WriteOrUpdate()
/** @property */
public  void set_WriteOrUpdate(boolean value)
See Also

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)