Class OnceOnlyAttribute
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