HazelcastClientFactory Class
Namespace: Hazelcast
Assembly: Hazelcast.Net.dll
Creates IHazelcastClient instances.
The Hazelcast client factory is initialized with options. See Configuration in the general documentation for details on how to obtain these options. The factory is the only way to create new clients. See Hazelcast Client in the general documentation for more details.
public static class HazelcastClientFactory
Methods
StartNewClientAsync(HazelcastOptions, CancellationToken) | Starts a new IHazelcastClient instance with options. |
StartNewClientAsync(Action<HazelcastOptions>, CancellationToken) | Starts a new IHazelcastClient instance with configured options. |
StartNewClientAsync(CancellationToken) | Starts a new IHazelcastClient instance with the automatic options. |