Gets or sets whether the method is one way.
            A one way method cannot return a value and by its nature the invoker will not receive
            exceptions if occured and he will have no guarantee that the method was executed succesfully.
            

 Declaration Syntax
| C# | Visual Basic | Visual C++ | J# | 
public bool OneWay { get; set; }public:
property bool OneWay {
	bool get ();
	void set (bool value);
}/** @property */
public boolean get_OneWay()
/** @property */
public  void set_OneWay(boolean value)
Assembly: 
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)