Struct TransferPhase
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public readonly struct TransferPhase
Constructors
| Edit this page View SourceTransferPhase(TransferState, Action)
TBD
Declaration
public TransferPhase(TransferState precondition, Action action)
Parameters
| Type | Name | Description |
|---|---|---|
| TransferState | precondition | TBD |
| Action | action | TBD |
Fields
| Edit this page View SourceAction
TBD
Declaration
public readonly Action Action
Field Value
| Type | Description |
|---|---|
| Action |
Precondition
TBD
Declaration
public readonly TransferState Precondition
Field Value
| Type | Description |
|---|---|
| TransferState |
Edit this page