The type of the event
Namespace: Com.Tibco.As.Space.EventAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxPublic Enumeration EventType
public enum class EventType
Members
| Member name | Value | Description |
---|
| PUT | 0 |
Put event type is returned when a Member puts/updates SpaceEntry into a space
PutEvent |
| TAKE | 1 |
Take event type is returned when a Member 'takes' a SpaceEntry from the Space.
TakeEvent |
| EXPIRE | 2 |
Expire event type is returned when a SpaceEntry 'expires' from the Space.
ExpireEvent |
| EVICT | 3 |
Reserved
|
| SEED | 4 |
Seed event type is returned when a SpaceEntry 'is seeded' by the Space.
This event is only generated when the distribution scope is BrowserDistributionScope.SEEDED and
ListenerDistributionScope.SEEDED.
SeedEvent |
| UNSEED | 5 |
Unseed event type is returned when a SpaceEntry 'is seeded' by the Space.
This event is only generated when the distribution scope is BrowserDistributionScope.SEEDED and
ListenerDistributionScope.SEEDED.
UnseedEvent |
See Also