GigaSpaces XAP.NET Documentation
FilterOperationDelegateInvoker Class
Class LibraryGigaSpaces.Core.FiltersFilterOperationDelegateInvoker
A filter operation delegate invoker, invoking a method associated with the given operation code. For single ISpaceFilterEntry invocation (see ISpaceFilter Process(SpaceContext,ISpaceFilter,FilterOperation)) support the following different structures: A no op method callback. For example Test() A single parameter. The parameter can either be an ISpaceFilterEntry or the actual template object wrapped by the entry. If using actual types, this delegate will filter out all the types that are not assignable to it. For example: Test(ISpaceFilterEntry entry) or Test(SimpleMessage message). Two parameters. The first one maps to the previous option, the second one is the FilterOperation. Three parameters. The first two maps to the previous option, the third one is a SecurityContext. For multiple ISpaceFilterEntry invocation (see ISpaceFilter Process(SpaceContext,ISpaceFilter,ISpaceFilter,FilterOperation)) support the following different structures: A no op method callback. For example Test() A single parameter. The parameter can either be an ISpaceFilterEntry or the actual template object wrapped by the entry. If using actual types, this delegate will filter out all the types that are not assignable to it. For example: Test(ISpaceFilterEntry entry) or Test(SimpleMessage message). Two parameters. The first one maps to the previous option, the second is the same as the first one since multiple entries always have two entries (mainly for update operations). Three parameters. The first two maps to the previous option, the second one is the FilterOperation. Four parameters. The first three maps to the previous option, the third one is a SecurityContext.
Declaration Syntax
C#Visual BasicVisual C++J#
public class FilterOperationDelegateInvoker
Public Class FilterOperationDelegateInvoker
public ref class FilterOperationDelegateInvoker
public class FilterOperationDelegateInvoker
Members
All MembersMethods



IconMemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
FilterOperationDelegateInvoker

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