GigaSpaces XAP.NET Documentation
ReceiveOperationHandler Property
Class LibraryGigaSpaces.XAP.Events.PollingPollingEventListenerContainer<(Of <(TData>)>)ReceiveOperationHandler
Gets or sets the receive operation handler that will be used in each polling iteration. The receive operation handler executes a polling logic every iteration and any non null return value triggers the event.
Declaration Syntax
C#Visual BasicVisual C++J#
public IReceiveOperationHandler<TData> ReceiveOperationHandler { get; set; }
Public Property ReceiveOperationHandler As IReceiveOperationHandler(Of TData)
public:
property IReceiveOperationHandler<TData>^ ReceiveOperationHandler {
	IReceiveOperationHandler<TData>^ get ();
	void set (IReceiveOperationHandler<TData>^ value);
}
/** @property */
public IReceiveOperationHandler<TData> get_ReceiveOperationHandler()
/** @property */
public  void set_ReceiveOperationHandler(IReceiveOperationHandler<TData> value)
See Also

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