IStatefulServiceFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Methods
CreateReplica(String, Uri, Byte[], Guid, Int64) |
Called by Service Fabric to create a stateful service replica for a particular service. |
Applies to
Azure SDK for .NET