GigaSpaces XAP.NET Documentation
IRemoteInvocationAspect Interface
Class LibraryGigaSpaces.XAP.Remoting.AspectsIRemoteInvocationAspect
A remote invocation aspect allows to wrap the invocation of the proxy side.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IRemoteInvocationAspect
Public Interface IRemoteInvocationAspect
public interface class IRemoteInvocationAspect
public interface IRemoteInvocationAspect
Members
All MembersMethods



IconMemberDescription
Intercept(IInvocationInterception)
Executed each time a remote invocation is requested allowing a pluggable behavior for invocation dispatch. The aspect can decide whether to return the invocation result value by setting the ResultValue or to proceed with the remote invocation process pipeline by using Proceed()()()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)