ServiceFactory<TService> Class
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net.dll
Represents a service factory.
public class ServiceFactory<TService> where TService : class
Inherited Members
Type Parameters
TService | The type of the service. |
Remarks
The ServiceFactory<TService> class supports defining how a service should be created, via its Creator property, and then creates new instances of that service via its Create() method.
Properties
Name | Description |
---|---|
Creator | Gets or sets the service creator. |