GigaSpaces XAP.NET Documentation
FilterOperation Enumeration
Class LibraryGigaSpaces.Core.FiltersFilterOperation
Represents the different filter operations.
Declaration Syntax
C#Visual BasicVisual C++J#
public enum FilterOperation
Public Enumeration FilterOperation
public enum class FilterOperation
public enum FilterOperation
Members
MemberDescription
BeforeWrite
Before write operation.

AfterWrite
After write operation.

BeforeRead
Before read operation.

BeforeTake
Before take operation.

BeforeNotify
Before notify register operation.

BeforeGetAdmin
Before GetAdmin operation.

SetSecurity
On SetSecurityContext operation.

BeforeCleanSpace
Before clean operation.

BeforeUpdate
Before update operation.

AfterUpdate
After update operation.

BeforeReadMultiple
Before read multiple operation.

AfterReadMultiple
After read multiple operation.

BeforeTakeMultiple
Before take multiple operation.

AfterTakeMultiple
After take multiple operation.

BeforeNotifyTrigger
Before notify trigger operation, indicates that a matched notify template was found to the current entry event.

AfterNotifyTrigger
After notify trigger operation, indicates that a notify trigger was successful.

BeforeAllNotifyTrigger
Before all notify trigger operation, indicates that at least one notify template is matched to the current entry event.

AfterAllNotifyTrigger
After all notify trigger operation, indicates that all notify templates that are matched to the current entry event were triggered and returned or failed.

BeforeExecute
Before execute task operation.

AfterExecute
After execute task operation.

AfterRead
After Read operation.

AfterTake
After Take operation.

BeforeRemove
Called before entry remove due to lease expression or lease cancel.

AfterRemove
Called after entry remove due to lease expression or lease cancel.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)