.NET Client Documentation
5.1.1
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 Hazelcast.Core.ServiceFactory`1.Create method.

    Properties

    Creator

    Gets or sets the service creator.

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