Header menu logo FCQRS

TargetName Type

Represents the name identifying a target actor for a command, typically used within sagas.

Union cases

Union case Description

Name string

Full Usage: Name string

Parameters:
    Item : string

Identify the target by its string name (entity ID).

Item : string

Originator

Full Usage: Originator

Identify the target as the originator actor of the current saga process.

Instance members

Instance member Description

this.IsName

Full Usage: this.IsName

Returns: bool
Returns: bool

this.IsOriginator

Full Usage: this.IsOriginator

Returns: bool
Returns: bool

Type something to start searching.