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

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