GigaSpaces XAP.NET Documentation
Intercept Method (invocation, service)
Class LibraryGigaSpaces.XAP.Remoting.AspectsIServiceExecutionAspectIntercept(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()()()
Declaration Syntax
C#Visual BasicVisual C++J#
void Intercept(
	IInvocationInterception invocation,
	Object service
)
Sub Intercept ( _
	invocation As IInvocationInterception, _
	service As Object _
)
void Intercept(
	IInvocationInterception^ invocation, 
	Object^ service
)
void Intercept(
	IInvocationInterception invocation,
	Object service
)
Parameters
invocation (IInvocationInterception)
Object representing the invocation interception.
service (Object)
The service the invocations refers to.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.1.0.0 (12.1.0.17000)