.NET Client Documentation
5.5.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<TService>.Create() method.

    Properties

    Name Description
    Creator

    Gets or sets the service creator.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.