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.DeactivateProtocolParticipant(CancellationToken)Called immediately after the user-level OnDeactivateAsync, on the same scheduler.PostActivateProtocolParticipantCalled immediately after the user-level OnActivateAsync, on same scheduler.PostActivateProtocolParticipant(CancellationToken)Called immediately after the user-level OnActivateAsync, on the same scheduler.PreActivateProtocolParticipantCalled immediately before the user-level OnActivateAsync, on same scheduler.PreActivateProtocolParticipant(CancellationToken)Called immediately before the user-level OnActivateAsync, on the same scheduler.
