GigaSpaces XAP.NET Documentation
RoutingHandler Property
Class LibraryGigaSpaces.XAP.Remoting.ExecutorsExecutorRemotingProxyBuilder<(Of <(TService>)>)RoutingHandler
Gets or sets a pluggable IRemoteRoutingHandler, if none is set then AttributedRoutingHandler will be used.
Declaration Syntax
C#Visual BasicVisual C++J#
public IRemoteRoutingHandler RoutingHandler { get; set; }
Public Property RoutingHandler As IRemoteRoutingHandler
public:
property IRemoteRoutingHandler^ RoutingHandler {
	IRemoteRoutingHandler^ get ();
	void set (IRemoteRoutingHandler^ value);
}
/** @property */
public IRemoteRoutingHandler get_RoutingHandler()
/** @property */
public  void set_RoutingHandler(IRemoteRoutingHandler value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)