Struct TransferPhase
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public readonly struct TransferPhase
Constructors
| Improve this Doc View SourceTransferPhase(TransferState, Action)
TBD
Declaration
public TransferPhase(TransferState precondition, Action action)
Parameters
Type | Name | Description |
---|---|---|
TransferState | precondition | TBD |
Action | action | TBD |
Fields
| Improve this Doc 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 |