Table of Contents

Class OnceOnlyAttribute

Namespace
Cratis.Chronicle.Reactors
Assembly
Cratis.Chronicle.dll

Attribute used to mark reactor methods that should only be called once and never on replay.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public sealed class OnceOnlyAttribute : Attribute
Inheritance
OnceOnlyAttribute
Inherited Members