EventsOptions Class
Namespace: Hazelcast.Events
Assembly: Hazelcast.Net.dll
Represents the events options.
public class EventsOptions
  Inherited Members
Constructors
| Name | Description | 
|---|---|
| EventsOptions() | Initializes a new instance of the EventsOptions class.  | 
      
Properties
| Name | Description | 
|---|---|
| SubscriptionCollectDelay | Gets or sets the delay before collecting subscriptions starts.  | 
      
| SubscriptionCollectPeriod | Gets or sets the period of the subscription collection.  | 
      
| SubscriptionCollectTimeout | Gets or sets the subscription collection timeout, after which a subscription is considered dead and removed.  | 
      
Methods
| Name | Description | 
|---|---|
| Clone() | Clones the options.  |