.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    ServiceFactory<TService> Class

    Namespace: Hazelcast.Core
    Assembly: Hazelcast.Net.dll

    Represents a service factory.

    public class ServiceFactory<TService> where TService : class
    Inheritance
    object
    ServiceFactory<TService>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.