TODO: primary replicator has no public documentation, this is gathered unofficially and
is subject to change/correction.
IFabricPrimaryReplicator com interface wrapper.
Defines behavior that governs the lifecycle of a replica, such as startup, initialization, role changes, and shutdown.
Remarks:
Stateful service types must implement this interface. The logic of a stateful service type includes behavior that is
invoked on primary replicas and behavior that is invoked on secondary replicas.
TODO: primary replicator has no public documentation, this is gathered unofficially and
is subject to change/correction.
IFabricPrimaryReplicator com interface wrapper.
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 register_stateful_service_factory().
Defines behavior that governs the lifecycle of a replica, such as startup, initialization, role changes, and shutdown.
Remarks:
Stateful service types must implement this interface. The logic of a stateful service type includes behavior that is
invoked on primary replicas and behavior that is invoked on secondary replicas.