HazelcastOptions Class
Namespace: Hazelcast
Assembly: Hazelcast.Net.dll
Represents the Hazelcast client options.
public sealed class HazelcastOptions : IClusterOptions
  Constructors
| HazelcastOptions() | Initializes a new instance of the HazelcastOptions class.  | 
      
Properties
| Authentication | Gets the AuthenticationOptions.  | 
      
| ClientName | Gets or sets the name of the client.  | 
      
| ClusterName | Gets or sets the name of the cluster.  | 
      
| Events | Gets the EventsOptions.  | 
      
| Heartbeat | Gets the HeartbeatOptions.  | 
      
| Labels | Gets the set of client labels.  | 
      
| LoadBalancer | Gets the SingletonServiceFactory<TService> for the ILoadBalancer.  | 
      
| LoggerFactory | Gets the SingletonServiceFactory<TService> for ILoggerFactory.  | 
      
| Messaging | Gets the MessagingOptions.  | 
      
| Metrics | Gets the metrics options.  | 
      
| NearCache | Gets the CommonNearCacheOptions.  | 
      
| NearCaches | Gets the dictionary which contains the NearCacheOptions for each near cache.  | 
      
| Networking | Gets the NetworkingOptions.  | 
      
| PatternMatcher | Gets or sets the configuration pattern matcher.  | 
      
| Serialization | Gets the SerializationOptions.  | 
      
| ServiceProvider | Gets the IServiceProvider.  | 
      
| Subscribers | Gets the list of subscribers.  | 
      
Methods
| AddSubscriber(IHazelcastClientEventSubscriber) | Adds a subscriber.  | 
      
| AddSubscriber(Action<HazelcastClientEventHandlers>) | Adds a subscriber.  | 
      
| AddSubscriber(String) | Adds a subscriber.  | 
      
| AddSubscriber(Type) | Adds a subscriber.  | 
      
| AddSubscriber<T>() | Adds a subscriber.  | 
      
| Build(String[], IEnumerable<KeyValuePair<String, String>>, String, String, String, Action<IConfiguration, HazelcastOptions>) | Builds Hazelcast options.  | 
      
| GetNearCacheOptions(String) | Gets options for a near cache.  |