GigaSpaces XAP.NET Documentation
IServiceExecutionAspect Interface
Class LibraryGigaSpaces.XAP.Remoting.AspectsIServiceExecutionAspect
A service execution aspect allows to wrap the execution of "server side" service.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IServiceExecutionAspect
Public Interface IServiceExecutionAspect
public interface class IServiceExecutionAspect
public interface IServiceExecutionAspect
Members
All MembersMethods



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

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