GigaSpaces XAP.NET Documentation
ComputeRouting Method (invocation)
Class LibraryGigaSpaces.XAP.Remoting.RoutingAttributedRoutingHandlerComputeRouting(ISpaceRemotingInvocation)
Compute the routing field value based on the remoting invocation. If null is returned, will use internal calcualtion of the routing index.
Declaration Syntax
C#Visual BasicVisual C++J#
public Object ComputeRouting(
	ISpaceRemotingInvocation invocation
)
Public Function ComputeRouting ( _
	invocation As ISpaceRemotingInvocation _
) As Object
public:
virtual Object^ ComputeRouting(
	ISpaceRemotingInvocation^ invocation
) sealed
public final Object ComputeRouting(
	ISpaceRemotingInvocation invocation
)
Parameters
invocation (ISpaceRemotingInvocation)
Object representing the invocation.
Return Value
routing field value based on the remoting invocation. If null is returned, will use internal calcualtion of the routing index.

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