Header menu logo FCQRS

SagaStateWrapper<'UserState, 'TEvent> Type

Standard wrapper for saga states that includes NotStarted/Started

Union cases

Union case Description

NotStarted

Full Usage: NotStarted

Started SagaStartingEvent<Event<'TEvent>>

Full Usage: Started SagaStartingEvent<Event<'TEvent>>

Parameters:
Item : SagaStartingEvent<Event<'TEvent>>

UserDefined 'UserState

Full Usage: UserDefined 'UserState

Parameters:
    Item : 'UserState

Item : 'UserState

Instance members

Instance member Description

this.IsNotStarted

Full Usage: this.IsNotStarted

Returns: bool
Returns: bool

this.IsStarted

Full Usage: this.IsStarted

Returns: bool
Returns: bool

this.IsUserDefined

Full Usage: this.IsUserDefined

Returns: bool
Returns: bool

Type something to start searching.