ILogConsistencyProtocolParticipant
interface
Namespace: Orleans.EventSourcing
Grain interface for grains that participate in multi-cluster log-consistency protocols.
public interface ILogConsistencyProtocolParticipant : IGrain, IAddressableMethods
DeactivateProtocolParticipantCalled immediately after the user-level OnDeactivateAsync, on same scheduler.PostActivateProtocolParticipantCalled immediately after the user-level OnActivateAsync, on same scheduler.PreActivateProtocolParticipantCalled immediately before the user-level OnActivateAsync, on same scheduler.
