Effect Type
Represents side effects that can be triggered by a saga after processing an event or timeout.
Union cases
Union case | Description |
Full Usage:
NoEffect
|
|
Full Usage:
ResumeFirstEvent
|
|
Full Usage:
StopActor
|
Instance members
Instance member | Description |
Full Usage:
this.IsNoEffect
Returns: bool
|
|
Full Usage:
this.IsResumeFirstEvent
Returns: bool
|
|
Full Usage:
this.IsStopActor
Returns: bool
|
|