EntryListenerOptions Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents the configuration for an entry listener.
public class EntryListenerOptions : ListenerOptions, IIdentifiedDataSerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
EntryListenerOptions() | Initializes a new instance of the EntryListenerOptions class. |
EntryListenerOptions(EntryListenerOptions) | Initializes a new instance of the EntryListenerOptions class. |
EntryListenerOptions(string, bool, bool) | Initializes a new instance of the EntryListenerOptions class. |
Properties
Name | Description |
---|---|
ClassId | Gets the identifier of the class. |
IncludeValue | |
Local |
Methods
Name | Description |
---|---|
ReadData(IObjectDataInput) | Deserializes the object by reading from an IObjectDataInput. |
ToString() | Returns a string that represents the current object. |
WriteData(IObjectDataOutput) | Serializes the object by writing to an IObjectDataOutput. |