Sdílet prostřednictvím


IStatefulServiceFactory Interface

Definition

Represents a stateful service factory that is responsible for creating replicas of a specific type of stateful service. Stateful service factories are registered with the FabricRuntime by service hosts via RegisterStatefulServiceFactory(String, IStatefulServiceFactory) or RegisterStatefulServiceFactoryAsync(String, IStatefulServiceFactory, TimeSpan, CancellationToken).

public interface IStatefulServiceFactory
type IStatefulServiceFactory = interface
Public Interface IStatefulServiceFactory

Applies to